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

bcmsma at astro.rit.edu bcmsma at astro.rit.edu
Mon Dec 5 23:51:39 CST 2011


User: bmundim
Date: 2011/12/05 11:51 PM

Modified:
 /trunk/
  interface.ccl, schedule.ccl

Log:
 Use 3 time levels for bcom et al.

File Changes:

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

File [modified]: interface.ccl
Delta lines: +3 -3
===================================================================
--- trunk/interface.ccl	2011-11-29 17:17:07 UTC (rev 307)
+++ trunk/interface.ccl	2011-12-06 05:51:39 UTC (rev 308)
@@ -369,9 +369,9 @@
 
 real divB type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"' "Magnetic field constraint"
 
-real bcom[3] type = GF Timelevels = 1 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" tensorparity=-1 interpolator="matter"' "b^i: comoving contravariant magnetic field 4-vector spatial components"
-real bcom0 type = GF Timelevels = 1 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "b^0 component of the comoving contravariant magnetic field 4-vector"
-real bcom_sq type = GF Timelevels = 1 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "half of magnectic pressure: contraction of b_a b^a "
+real bcom[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" tensorparity=-1 interpolator="matter"' "b^i: comoving contravariant magnetic field 4-vector spatial components"
+real bcom0 type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "b^0 component of the comoving contravariant magnetic field 4-vector"
+real bcom_sq type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "half of magnectic pressure: contraction of b_a b^a "
 
 ##################################################
 ### variables in the local tensor basis

File [modified]: schedule.ccl
Delta lines: +3 -3
===================================================================
--- trunk/schedule.ccl	2011-11-29 17:17:07 UTC (rev 307)
+++ trunk/schedule.ccl	2011-12-06 05:51:39 UTC (rev 308)
@@ -84,9 +84,9 @@
   }
   if (calculate_bcom)
   {
-    STORAGE:GRHydro::bcom
-    STORAGE:GRHydro::bcom0
-    STORAGE:GRHydro::bcom_sq
+    STORAGE:GRHydro::bcom[3]
+    STORAGE:GRHydro::bcom0[3]
+    STORAGE:GRHydro::bcom_sq[3]
   }
 }
 STORAGE:GRHydro_eos_scalars



More information about the Commits mailing list