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

roland.haas at physics.gatech.edu roland.haas at physics.gatech.edu
Sun May 13 14:22:38 CDT 2012


User: rhaas
Date: 2012/05/13 02:22 PM

Modified:
 /trunk/
  interface.ccl

Log:
 GRHydro: correct vector type of Bcons to match Bvec

File Changes:

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

File [modified]: interface.ccl
Delta lines: +2 -2
===================================================================
--- trunk/interface.ccl	2012-05-13 19:16:05 UTC (rev 328)
+++ trunk/interface.ccl	2012-05-13 19:22:38 UTC (rev 329)
@@ -345,9 +345,9 @@
 
 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" tensorparity=-1 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="U" tensorparity=-1 tensorweight=+1.0 jacobian="jacobian" interpolator="matter"' "B-field conservative variable"
 
-real Evec[3] type = GF Timelevels = 1 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="D" tensorweight=+1.0 jacobian="inverse_jacobian" interpolator="matter"' "Electric field at edges"
+real Evec[3] type = GF Timelevels = 1 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" tensorweight=+1.0 jacobian="jacobian" interpolator="matter"' "Electric field at edges"
 
 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"
 



More information about the Commits mailing list