aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl28
1 files changed, 28 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..bb2660d
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,28 @@
+# Interface definition for thorn ADMMass
+# $Header$
+
+implements: ADMMass
+inherits: ADMBase ADMMacros StaticConformal SpaceMask
+
+USES INCLUDE: SpaceMask.h
+
+CCTK_INT ADMMass_LoopCounterG type = SCALAR
+{
+ ADMMass_LoopCounter
+} "ADMMass LoopCounter"
+
+CCTK_REAL ADMMass_Masses[ADMMass_number] type = SCALAR
+{
+ ADMMass_SurfaceMass
+ ADMMass_SurfaceMass_Lapse
+ ADMMass_VolumeMass
+} "ADMMass Scalars"
+
+CCTK_REAL ADMMass_GFs type = GF Timelevels = 1 tags='Prolongation="none" tensortypealias="Scalar"'
+{
+ ADMMass_SurfaceMass_GF
+ ADMMass_VolumeMass_pot_x
+ ADMMass_VolumeMass_pot_y
+ ADMMass_VolumeMass_pot_z
+ ADMMass_VolumeMass_GF
+} "ADMMass gridfunctions"