From 5a591d383caeaf634b730300d09d39baf988d30b Mon Sep 17 00:00:00 2001 From: rhaas Date: Fri, 4 Feb 2011 14:23:52 +0000 Subject: make Bvec an axial vector in interface.ccl git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@36 57fe0bb3-ccba-405f-9b23-de0201f165b7 --- interface.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.ccl b/interface.ccl index 51d2730..fd14190 100755 --- a/interface.ccl +++ b/interface.ccl @@ -39,7 +39,7 @@ CCTK_REAL Y_e type = GF Timelevels = 3 tags='ProlongationParameter="Hydr CCTK_REAL temperature type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "Temperature [MeV]" CCTK_REAL entropy type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "Specific Entropy [k_b/baryon]" -CCTK_REAL Bvec[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" interpolator="matter"' "Magnetic field components B^i" +CCTK_REAL Bvec[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" tensorparity=-1 interpolator="matter"' "Magnetic field components B^i" # This may become CCTK_BYTE when Carpet enables it by default CCTK_INT hydro_excision_mask type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"' "Mask for hydro excision" -- cgit v1.2.3