aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--interface.ccl16
1 files changed, 8 insertions, 8 deletions
diff --git a/interface.ccl b/interface.ccl
index da30db0..2d4a698 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -8,44 +8,44 @@ public:
INT shift_state TYPE = SCALAR
-REAL metric TYPE = GF timelevels = 2
+REAL metric TYPE = GF timelevels = 3
{
gxx,gxy,gxz,gyy,gyz,gzz
} "ADM 3-metric"
-REAL curv TYPE = GF timelevels = 2
+REAL curv TYPE = GF timelevels = 3
{
kxx,kxy,kxz,kyy,kyz,kzz
} "ADM extrinsic curvature"
-REAL lapse TYPE = GF timelevels = 2
+REAL lapse TYPE = GF timelevels = 3
{
alp
} "ADM lapse function"
-REAL shift TYPE = GF timelevels = 2
+REAL shift TYPE = GF timelevels = 3
{
betax,betay,betaz
} "ADM shift function"
# Will become
#
-#REAL metric TYPE = GF timelevels = 2
+#REAL metric TYPE = GF timelevels = 3
#{
# g11,g12,g13,g22,g23,g33
#} "ADM 3-metric"
#
-#REAL curv TYPE = GF timelevels = 2
+#REAL curv TYPE = GF timelevels = 3
#{
# K11,K12,K13,K22,K23,K33
#} "ADM extrinsic curvature"
#
-#REAL lapse TYPE = GF timelevels = 2
+#REAL lapse TYPE = GF timelevels = 3
#{
# lapse
#} "ADM lapse function"
#
-#REAL shift TYPE = GF timelevels = 2
+#REAL shift TYPE = GF timelevels = 3
#{
# shift1,shift2,shift3
#} "ADM shift function"