aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorknarf <knarf@54511f98-0e4f-0410-826e-eb8b393f5a1e>2006-04-28 09:22:41 +0000
committerknarf <knarf@54511f98-0e4f-0410-826e-eb8b393f5a1e>2006-04-28 09:22:41 +0000
commit6863c95702aeb3ca94c58b114a7a9d9efef7d601 (patch)
tree13dbe21bd024f4e19cb7b65c8ce5ce2bfb95b6c7 /interface.ccl
parentd3d941dd0aa15adc25f5fab074fd69011be52f79 (diff)
rearrange ADMMass group to fix bug while evolution
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@14 54511f98-0e4f-0410-826e-eb8b393f5a1e
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"'
{