aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index ac01a95..56946aa 100644
--- a/param.ccl
+++ b/param.ccl
@@ -492,7 +492,7 @@ CCTK_REAL GRHydro_lorentz_overshoot_cutoff "Set the Lorentz factor to this value
0:* :: "Some big value"
} 1.e100
-boolean clean_divergence "Should we advect tracers?"
+boolean clean_divergence "Use hyperbolic divergence cleaning"
{
} "no"
@@ -506,6 +506,10 @@ CCTK_REAL cp_dc "The c_p parameter for divergence cleaning"
0:* :: "Any value, but one to 12 is preferred"
} 1.0
+boolean track_divB "Track the magnetic field constraint violations"
+{
+} "no"
+
############### temporary parameters to be removed once connected issues are fixed.
boolean con2prim_oct_hack "Disregard c2p failures in oct/rotsym90 boundary cells with xyz < 0" STEERABLE=ALWAYS