summaryrefslogtreecommitdiff
path: root/src/param.ccl
blob: 33b6c7a75d6de4a16b00525aea007166df16f787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Parameter definitions for flesh
# $Header$

 
private:

LOGICAL cctk_full_warnings "Give detailed information for each warning statement"
{
} "yes"

LOGICAL cctk_strong_param_check "Die on parameter errors in CCTK_PARAMCHECK"
{
 : ::
} "yes"

LOGICAL cctk_show_rfr_tree "Show the order of the calling tree for the RFR"
{
 : :: 
} "yes"

LOGICAL cctk_show_banners "Show any registered banners for the different thorns"
{
 : :: 
} "yes"
 
LOGICAL cctk_brief_output "Give only brief output"
{
 : :: 
} "no"

global:

REAL cctk_initial_time "Initial time for evolution"
{
 : :: "Anything"
} 0.0
 
REAL cctk_final_time "Final time for evolution"
{
 : :: "Anything"
} -1.0
 
INT cctk_itlast "Final iteration number"
{
: :: "Any integer"
} 10