aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN/param.ccl
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-06-13 10:37:01 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2011-06-13 11:24:13 +0200
commit3b0b02cb782737878a3b462e23a55e7d895455ca (patch)
tree528cb1fc3f4af35cb6995b668cb07e2ee8e73f3e /ML_BSSN/param.ccl
parent7394810db2087ecd54afcac7cb703b145a83e987 (diff)
Undo "Revert recent commits"
It was only the tests which were wrong. This reverts commit 05347a08d0c9bd2a87846ab4ad8990fe26274a4a.
Diffstat (limited to 'ML_BSSN/param.ccl')
-rw-r--r--ML_BSSN/param.ccl43
1 files changed, 43 insertions, 0 deletions
diff --git a/ML_BSSN/param.ccl b/ML_BSSN/param.ccl
index dea911e..e70849a 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
{
@@ -220,6 +227,12 @@ CCTK_INT ML_BSSN_convertFromADMBase_calc_every "ML_BSSN_convertFromADMBase_calc_
} 1
restricted:
+CCTK_INT ML_BSSN_InitGamma_calc_every "ML_BSSN_InitGamma_calc_every" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 1
+
+restricted:
CCTK_INT ML_BSSN_convertFromADMBaseGamma_calc_every "ML_BSSN_convertFromADMBaseGamma_calc_every" STEERABLE=ALWAYS
{
*:* :: ""
@@ -238,6 +251,18 @@ 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_Advect_calc_every "ML_BSSN_Advect_calc_every" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 1
+
+restricted:
CCTK_INT ML_BSSN_RHSStaticBoundary_calc_every "ML_BSSN_RHSStaticBoundary_calc_every" STEERABLE=ALWAYS
{
*:* :: ""
@@ -304,6 +329,12 @@ CCTK_INT ML_BSSN_convertFromADMBase_calc_offset "ML_BSSN_convertFromADMBase_calc
} 0
restricted:
+CCTK_INT ML_BSSN_InitGamma_calc_offset "ML_BSSN_InitGamma_calc_offset" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 0
+
+restricted:
CCTK_INT ML_BSSN_convertFromADMBaseGamma_calc_offset "ML_BSSN_convertFromADMBaseGamma_calc_offset" STEERABLE=ALWAYS
{
*:* :: ""
@@ -322,6 +353,18 @@ 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_Advect_calc_offset "ML_BSSN_Advect_calc_offset" STEERABLE=ALWAYS
+{
+ *:* :: ""
+} 0
+
+restricted:
CCTK_INT ML_BSSN_RHSStaticBoundary_calc_offset "ML_BSSN_RHSStaticBoundary_calc_offset" STEERABLE=ALWAYS
{
*:* :: ""