aboutsummaryrefslogtreecommitdiff
path: root/Examples/WaveCaKernel/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/WaveCaKernel/param.ccl')
-rw-r--r--Examples/WaveCaKernel/param.ccl22
1 files changed, 20 insertions, 2 deletions
diff --git a/Examples/WaveCaKernel/param.ccl b/Examples/WaveCaKernel/param.ccl
index 1fbbee4..da714e6 100644
--- a/Examples/WaveCaKernel/param.ccl
+++ b/Examples/WaveCaKernel/param.ccl
@@ -17,6 +17,12 @@ CCTK_INT verbose "verbose" STEERABLE=ALWAYS
} 0
restricted:
+CCTK_INT fdOrder "fdOrder"
+{
+ *:* :: ""
+} 2
+
+restricted:
CCTK_INT WaveCaKernel_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
@@ -77,7 +89,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