aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl8
1 files changed, 6 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index 384c54d..5c5d794 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -29,14 +29,18 @@ CCTK_REAL ADMMass_Masses[ADMMass_number] type = SCALAR tags='checkpoint="no"'
ADMMass_VolumeMass
} "ADMMass Scalars"
-CCTK_REAL ADMMass_GFs type = GF Timelevels = 3 tags='Prolongation="none" tensortypealias="Scalar" checkpoint="no"'
+CCTK_REAL ADMMass_GFs_surface type = GF Timelevels = 3 tags='Prolongation="none" tensortypealias="Scalar" checkpoint="no"'
{
ADMMass_SurfaceMass_GF
+} "ADMMass gridfunctions for surface integration"
+
+CCTK_REAL ADMMass_GFs_volume type = GF Timelevels = 3 tags='Prolongation="none" tensortypealias="Scalar" checkpoint="no"'
+{
ADMMass_VolumeMass_pot_x
ADMMass_VolumeMass_pot_y
ADMMass_VolumeMass_pot_z
ADMMass_VolumeMass_GF
-} "ADMMass gridfunctions"
+} "ADMMass gridfunctions for volume integration"
CCTK_REAL ADMMass_box type = scalar tags='checkpoint="no"'
{