aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authortbode <tbode@57fe0bb3-ccba-405f-9b23-de0201f165b7>2012-11-21 20:50:20 +0000
committertbode <tbode@57fe0bb3-ccba-405f-9b23-de0201f165b7>2012-11-21 20:50:20 +0000
commita79a6ab37879bbb2e37be5a3998a0fe3944536ae (patch)
tree57ae41120c76ec35a09d0c8c43b03ce35b6f679c /interface.ccl
parentb833e38e6c75034d807693e7cfb5f824d6cc597a (diff)
Add gridfunctions and boilerplate for vector potential.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@59 57fe0bb3-ccba-405f-9b23-de0201f165b7
Diffstat (limited to 'interface.ccl')
-rwxr-xr-xinterface.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index c183c2a..fa4fcd3 100755
--- a/interface.ccl
+++ b/interface.ccl
@@ -42,6 +42,9 @@ CCTK_REAL temperature type = GF Timelevels = 3 tags='ProlongationParameter="Hydr
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" tensorparity=-1 interpolator="matter"' "Magnetic field components B^i"
+CCTK_REAL Avec[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="D" jacobian="jacobian" interpolator="matter"' "Vector potential"
+CCTK_REAL Aphi type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" jacobian="jacobian" interpolator="matter"' "Electric potential for Lorentz Gauge"
+
# 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"