aboutsummaryrefslogtreecommitdiff
path: root/Examples/WaveHost/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/WaveHost/param.ccl')
-rw-r--r--Examples/WaveHost/param.ccl22
1 files changed, 20 insertions, 2 deletions
diff --git a/Examples/WaveHost/param.ccl b/Examples/WaveHost/param.ccl
index 566e0c2..fbe7b5e 100644
--- a/Examples/WaveHost/param.ccl
+++ b/Examples/WaveHost/param.ccl
@@ -17,6 +17,12 @@ CCTK_INT verbose "verbose" STEERABLE=ALWAYS
} 0
restricted:
+CCTK_INT fdOrder "fdOrder"
+{
+ *:* :: ""
+} 2
+
+restricted:
CCTK_INT WaveHost_MaxNumEvolvedVars "Number of evolved variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars STEERABLE=RECOVER
{
2:2 :: "Number of evolved variables used by this thorn"
@@ -53,7 +59,13 @@ CCTK_INT initial_gaussian_calc_every "initial_gaussian_calc_every" STEERABLE=ALW
} 1
restricted:
-CCTK_INT calc_rhs_calc_every "calc_rhs_calc_every" STEERABLE=ALWAYS
+CCTK_INT calc_rhs_2_calc_every "calc_rhs_2_calc_every" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 1
+
+restricted:
+CCTK_INT calc_rhs_4_calc_every "calc_rhs_4_calc_every" STEERABLE=ALWAYS
{
*:* :: ""
} 1
@@ -71,7 +83,13 @@ CCTK_INT initial_gaussian_calc_offset "initial_gaussian_calc_offset" STEERABLE=A
} 0
restricted:
-CCTK_INT calc_rhs_calc_offset "calc_rhs_calc_offset" STEERABLE=ALWAYS
+CCTK_INT calc_rhs_2_calc_offset "calc_rhs_2_calc_offset" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 0
+
+restricted:
+CCTK_INT calc_rhs_4_calc_offset "calc_rhs_4_calc_offset" STEERABLE=ALWAYS
{
*:* :: ""
} 0