aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rwxr-xr-xinterface.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 7b892a0..8c5d143 100755
--- a/interface.ccl
+++ b/interface.ccl
@@ -4,6 +4,10 @@ implements: HydroBase
inherits: InitBase
+USES INCLUDE: HydroBase.h
+
+INCLUDE HEADER: HydroBase.h in HydroBase.h
+
public:
# These variables correspond to the Valencia formulation
@@ -34,3 +38,6 @@ CCTK_REAL vel[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBas
CCTK_REAL Y_e type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "electron fraction"
CCTK_REAL Bvec[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" 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"