aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2009-08-28 13:18:03 +0000
committerknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2009-08-28 13:18:03 +0000
commite6db34f648744f270a36caf5930ce604f3f541de (patch)
tree25fdd989110ea2c5431c2d7cfd1eaefb25a7b577 /interface.ccl
parenta5731dd313cf44f876167d253841bc9f0165607b (diff)
rename parameter, more comments, rename Boundary schedule group names
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@7 57fe0bb3-ccba-405f-9b23-de0201f165b7
Diffstat (limited to 'interface.ccl')
-rwxr-xr-xinterface.ccl9
1 files changed, 4 insertions, 5 deletions
diff --git a/interface.ccl b/interface.ccl
index 9e1843b..bad74fa 100755
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,13 +1,12 @@
# Interface definition for thorn HydroBase
implements: HydroBase
-inherits: ADMBase
public:
-CCTK_REAL rho type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::HydroBase_Prolongation_Type" tensortypealias="Scalar" interpolator="matter"' "rest mass density"
-CCTK_REAL press type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::HydroBase_Prolongation_Type" tensortypealias="Scalar" interpolator="matter"' "gas pressure"
-CCTK_REAL eps type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::HydroBase_Prolongation_Type" tensortypealias="Scalar" interpolator="matter"' "internal energy"
+CCTK_REAL rho type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "rest mass density"
+CCTK_REAL press type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "gas pressure"
+CCTK_REAL eps type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "internal energy"
-CCTK_REAL vel[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::HydroBase_Prolongation_Type" tensortypealias="U" interpolator="matter"' "velocity"
+CCTK_REAL vel[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" interpolator="matter"' "velocity"