aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2002-04-27 11:38:54 +0000
committerallen <allen@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2002-04-27 11:38:54 +0000
commit02bb4d64455c3f5c59d1fc80d0d342fd80b26cbc (patch)
tree9fc3116de3c7347c8d5544b7b49ed92fee4bbf4d
parent099059a17440a8c6516bebd2afeceb081854258a (diff)
Changing to 2 timelevels
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMBase/trunk@5 d576a68a-b34a-40ae-82fc-004fa1a9d16f
-rw-r--r--interface.ccl16
1 files changed, 8 insertions, 8 deletions
diff --git a/interface.ccl b/interface.ccl
index 3c85866..4057e63 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -7,44 +7,44 @@ public:
INT shift_state TYPE = SCALAR
-REAL metric TYPE = GF timelevels = 3
+REAL metric TYPE = GF timelevels = 2
{
gxx,gxy,gxz,gyy,gyz,gzz
} "ADM 3-metric"
-REAL curv TYPE = GF timelevels = 3
+REAL curv TYPE = GF timelevels = 2
{
kxx,kxy,kxz,kyy,kyz,kzz
} "ADM extrinsic curvature"
-REAL lapse TYPE = GF timelevels = 3
+REAL lapse TYPE = GF timelevels = 2
{
alp
} "ADM lapse function"
-REAL shift TYPE = GF timelevels = 3
+REAL shift TYPE = GF timelevels = 2
{
betax,betay,betaz
} "ADM shift function"
# Will become
#
-#REAL metric TYPE = GF timelevels = 3
+#REAL metric TYPE = GF timelevels = 2
#{
# g11,g12,g13,g22,g23,g33
#} "ADM 3-metric"
#
-#REAL curv TYPE = GF timelevels = 3
+#REAL curv TYPE = GF timelevels = 2
#{
# K11,K12,K13,K22,K23,K33
#} "ADM extrinsic curvature"
#
-#REAL lapse TYPE = GF timelevels = 3
+#REAL lapse TYPE = GF timelevels = 2
#{
# lapse
#} "ADM lapse function"
#
-#REAL shift TYPE = GF timelevels = 3
+#REAL shift TYPE = GF timelevels = 2
#{
# shift1,shift2,shift3
#} "ADM shift function"