From c699a88aff26e174c35590ad7abd98d2183a64c6 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 9 May 2002 18:22:51 +0000 Subject: Move back to 3 timelevels following fix to c preprocessor on oirigin git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMBase/trunk@12 d576a68a-b34a-40ae-82fc-004fa1a9d16f --- interface.ccl | 16 ++++++++-------- 1 file 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" -- cgit v1.2.3