[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 373)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Tue Jun 26 10:29:13 CDT 2012


User: rhaas
Date: 2012/06/26 10:29 AM

Modified:
 /trunk/
  param.ccl

Log:
 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.

File Changes:

Directory: /trunk/
==================

File [modified]: param.ccl
Delta lines: +15 -2
===================================================================
--- trunk/param.ccl	2012-06-22 20:37:46 UTC (rev 372)
+++ trunk/param.ccl	2012-06-26 15:29:13 UTC (rev 373)
@@ -79,10 +79,23 @@
   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
 {



More information about the Commits mailing list