aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN/param.ccl
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-06-09 22:00:21 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2011-06-09 22:00:21 +0200
commit00db430c5a06c0d87d2ad18413dd138e76501ea0 (patch)
tree9b5bccdaabc9eb07715ce6b8d735bed7c992e1ca /ML_BSSN/param.ccl
parentae2c3a85fc9cf6a3de764b242e344edb7a8940f8 (diff)
Regenerate code
Testsuite passes
Diffstat (limited to 'ML_BSSN/param.ccl')
-rw-r--r--ML_BSSN/param.ccl19
1 files changed, 19 insertions, 0 deletions
diff --git a/ML_BSSN/param.ccl b/ML_BSSN/param.ccl
index dea911e..a559f79 100644
--- a/ML_BSSN/param.ccl
+++ b/ML_BSSN/param.ccl
@@ -189,6 +189,13 @@ KEYWORD dt_lapse_shift_method "Treatment of ADMBase dtlapse and dtshift"
"noLapseShiftAdvection" :: "noLapseShiftAdvection"
} "correct"
+private:
+KEYWORD apply_dissipation "Whether to apply dissipation to the RHSs"
+{
+ "always" :: "always"
+ "never" :: "never"
+} "always"
+
restricted:
CCTK_INT ML_BSSN_MaxNumEvolvedVars "Number of evolved variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars STEERABLE=RECOVER
{
@@ -238,6 +245,12 @@ CCTK_INT ML_BSSN_RHS2_calc_every "ML_BSSN_RHS2_calc_every" STEERABLE=ALWAYS
} 1
restricted:
+CCTK_INT ML_BSSN_Dissipation_calc_every "ML_BSSN_Dissipation_calc_every" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 1
+
+restricted:
CCTK_INT ML_BSSN_RHSStaticBoundary_calc_every "ML_BSSN_RHSStaticBoundary_calc_every" STEERABLE=ALWAYS
{
*:* :: ""
@@ -322,6 +335,12 @@ CCTK_INT ML_BSSN_RHS2_calc_offset "ML_BSSN_RHS2_calc_offset" STEERABLE=ALWAYS
} 0
restricted:
+CCTK_INT ML_BSSN_Dissipation_calc_offset "ML_BSSN_Dissipation_calc_offset" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 0
+
+restricted:
CCTK_INT ML_BSSN_RHSStaticBoundary_calc_offset "ML_BSSN_RHSStaticBoundary_calc_offset" STEERABLE=ALWAYS
{
*:* :: ""