aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 4fafdc40029476b997309ad03f5b319d20fa6aaa (plain)
1
2
3
4
5
6
7
8
9
10
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 accessed"
  "init_two_levels"   :: "Set up exactly two time levels; other time levels are not accessed"
  "init_all_levels"   :: "Set up all active time levels"
} "init_some_levels"