aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-26 15:29:13 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-26 15:29:13 +0000
commit40489d26e49cc212a832d130498022dcdcbe5071 (patch)
tree95ec61c0055d087f36b58828c7807e8e4aac0029 /param.ccl
parentac3ec0b58631007dd129261b6c83876b08d39837 (diff)
GRHydro: increase maximum and default number of constraint variables
to include Tmunu in the count. Extra constraints are cheap since MoL does not allocate any scratch or save storage for them. Bruno Mundim pointed this one out and provided the accurate count. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@373 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl17
1 files changed, 15 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 5bc148d..4fc8266 100644
--- a/param.ccl
+++ b/param.ccl
@@ -79,10 +79,23 @@ CCTK_INT GRHydro_MaxNumEvolvedVars "The maximum number of evolved variables used
5:10 :: "dens scon[3] tau Bvec[3] psidc ye"
} 5
+# 7 primitives (rho,press,eps,w_lorentz,vel)
+# 10 Tmunu
+# 3 Bvec
+# 1 tau (polytype EOS)
+# 1 Y_e
+# 1 temperature
+# 1 entropy
+# 3 comoving shift
+# 3 lvel
+# 3 local_shift
+# 6 local_metric
+# 6 local_extrinsic_curvature
+# 3 lBvec
CCTK_INT GRHydro_MaxNumConstrainedVars "The maximum number of constrained variables used by GRHydro" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Constrained_Vars
{
- 7:33 :: "A small range, depending on testing or not"
-} 27
+ 7:48 :: "A small range, depending on testing or not"
+} 37
CCTK_INT GRHydro_MaxNumSandRVars "The maximum number of save and restore variables used by GRHydro" ACCUMULATOR-BASE=MethodofLines::MoL_Num_SaveAndRestore_Vars
{