[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 295)
bcmsma at astro.rit.edu
bcmsma at astro.rit.edu
Wed Nov 2 08:44:21 CDT 2011
User: bmundim
Date: 2011/11/02 08:44 AM
Modified:
/trunk/
interface.ccl, schedule.ccl
Log:
RIT dev: Fix tensor parity tags for bcom and Bcons. Add prolongation tag for bcom
File Changes:
Directory: /trunk/
==================
File [modified]: interface.ccl
Delta lines: +4 -4
===================================================================
--- trunk/interface.ccl 2011-11-01 23:25:12 UTC (rev 294)
+++ trunk/interface.ccl 2011-11-02 13:44:20 UTC (rev 295)
@@ -345,7 +345,7 @@
real scon[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="D" tensorweight=+1.0 jacobian="inverse_jacobian" interpolator="matter"' "generalized momenta"
-real Bcons[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="D" tensorweight=+1.0 jacobian="inverse_jacobian" interpolator="matter"' "B-field conservative variable"
+real Bcons[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="D" tensorparity=-1 tensorweight=+1.0 jacobian="inverse_jacobian" interpolator="matter"' "B-field conservative variable"
real Y_e_con type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" tensorweight=+1.0 jacobian="inverse_jacobian" interpolator="matter"' "Conserved electron fraction"
@@ -367,9 +367,9 @@
real divB type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"' "Magnetic field constraint"
-real bcom[3] type = GF Timelevels = 1 tags='Prolongation="none" tensortypealias="U"' "b^i: comoving contravariant magnetic field 4-vector spatial components"
-real bcom0 type = GF Timelevels = 1 tags='Prolongation="none" tensortypealias="Scalar"' "b^0 component of the comoving contravariant magnetic field 4-vector"
-real bcom_sq type = GF Timelevels = 1 tags='Prolongation="none" tensortypealias="Scalar"' "half of magnectic pressure: contraction of b_a b^a "
+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 "
##################################################
### variables in the local tensor basis
File [modified]: schedule.ccl
Delta lines: +6 -0
===================================================================
--- trunk/schedule.ccl 2011-11-01 23:25:12 UTC (rev 294)
+++ trunk/schedule.ccl 2011-11-02 13:44:20 UTC (rev 295)
@@ -82,6 +82,12 @@
{
STORAGE:divB
}
+ if (calculate_bcom)
+ {
+ STORAGE:GRHydro::bcom
+ STORAGE:GRHydro::bcom0
+ STORAGE:GRHydro::bcom_sq
+ }
}
STORAGE:GRHydro_eos_scalars
STORAGE:GRHydro_minima
More information about the Commits
mailing list