[Commits] [svn:einsteintoolkit] HydroBase/trunk/ (Rev. 36)

roland.haas at physics.gatech.edu roland.haas at physics.gatech.edu
Fri Feb 4 08:23:52 CST 2011


User: rhaas
Date: 2011/02/04 08:23 AM

Modified:
 /trunk/
  interface.ccl

Log:
 make Bvec an axial vector in interface.ccl

File Changes:

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

File [modified]: interface.ccl
Delta lines: +1 -1
===================================================================
--- trunk/interface.ccl	2010-11-21 03:29:15 UTC (rev 35)
+++ trunk/interface.ccl	2011-02-04 14:23:52 UTC (rev 36)
@@ -39,7 +39,7 @@
 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"



More information about the Commits mailing list