aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl32
1 files changed, 11 insertions, 21 deletions
diff --git a/interface.ccl b/interface.ccl
index 74e35f2..477462b 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -8,6 +8,8 @@ USES INCLUDE HEADER: Symmetry.h
public:
INT shift_state TYPE = SCALAR "state of storage for shift"
+INT dtlapse_state TYPE = SCALAR "state of storage for dtlapse"
+INT dtshift_state TYPE = SCALAR "state of storage for dtshift"
REAL metric TYPE = GF timelevels = 3 tags='tensortypealias="DD_sym"'
{
@@ -29,24 +31,12 @@ REAL shift TYPE = GF timelevels = 3 tags='tensortypealias="U"'
betax,betay,betaz
} "ADM shift function beta^i"
-# Will become
-#
-#REAL metric TYPE = GF timelevels = 3
-#{
-# g11,g12,g13,g22,g23,g33
-#} "ADM 3-metric"
-#
-#REAL curv TYPE = GF timelevels = 3
-#{
-# K11,K12,K13,K22,K23,K33
-#} "ADM extrinsic curvature"
-#
-#REAL lapse TYPE = GF timelevels = 3
-#{
-# lapse
-#} "ADM lapse function"
-#
-#REAL shift TYPE = GF timelevels = 3
-#{
-# shift1,shift2,shift3
-#} "ADM shift function"
+REAL dtlapse TYPE = GF timelevels = 3 tags='tensortypealias="Scalar"'
+{
+ dtalp
+} "Time derivative of ADM lapse function alpha"
+
+REAL dtshift TYPE = GF timelevels = 3 tags='tensortypealias="U"'
+{
+ dtbetax,dtbetay,dtbetaz
+} "Time derivative of ADM shift function beta^i"