aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-11-09 01:53:23 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-11-09 01:53:23 +0000
commite79a40c5a2154e9188d682ed749d28f341bfb520 (patch)
tree7d08186de163730b92a9ba35a0a2b48a3493c417 /param.ccl
parent6bc08c0df8ef1a1f94b039845dfb1841388715fd (diff)
GRHydro: Introduce inequalities cons variables needs to satisfy when B/=0.
Introduce temporary prim variables as well. * Please refer to Illinois' paper (arXiv:1112.0568) appendices for details. From: Bruno Coutinho Mundim <bcmsma@astro.rit.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@439 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index a46a856..c2c5c0d 100644
--- a/param.ccl
+++ b/param.ccl
@@ -351,6 +351,11 @@ int GRHydro_c2p_warnlevel "Warnlevel for Con2Prim warnings" STEERABLE=ALWAYS
0:1 :: "Either 0 or 1"
} 0
+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"
+} 30.0
+
boolean c2p_reset_pressure "If the pressure guess is unphysical should we recompute it?"
{