aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index f48fa7a..b56d061 100644
--- a/param.ccl
+++ b/param.ccl
@@ -397,6 +397,12 @@ int GRHydro_c2p_warnlevel "Warnlevel for Con2Prim warnings" STEERABLE=ALWAYS
0:1 :: "Either 0 or 1"
} 0
+keyword GRHydro_c2p_failed_action "what to do when we detect a c2p failure"
+{
+ "abort" :: "abort with error"
+ "terminate" :: "request termination"
+} "abort"
+
REAL sqrtdet_thr "Threshold to apply cons rescalings deep inside the horizon" STEERABLE=ALWAYS
{
1.0: :: "Larger values guarantees this sort of rescaling only deep inside the horizon"