From 014c104a75f315dd95f3524126098604ed318c63 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sun, 3 Feb 2008 17:15:34 +0000 Subject: Import new thorn InitBase. Thorn InitBase specifis how initial data are to be set up. It does not set up any initial data by itself, not does it contain any routines which are to be called. It is merely a convenient repository remembering how initial data are to be set up, so that other thorns can check their actions against this thorn. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/InitBase/trunk@2 7add7b9e-bd1d-4575-9a9f-c44cbffd177e --- param.ccl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 param.ccl (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl new file mode 100644 index 0000000..a9604ef --- /dev/null +++ b/param.ccl @@ -0,0 +1,11 @@ +# Parameter definitions for thorn InitBase + +RESTRICTED: + +KEYWORD initial_data_setup_method "Procedure for setting up initial data" +{ + "init_some_levels" :: "Set up at least one time level; other time levels are scratch space" + "init_single_level" :: "Set up exactly one time level; other time levels are not acessed" + "init_two_levels" :: "Set up exactly two time levels; other time levels are not acessed" + "init_all_levels" :: "Set up all active time levels" +} "init_some_levels" -- cgit v1.2.3