aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface.ccl b/interface.ccl
index f0b1cd9..47f6b9c 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -8,12 +8,12 @@ public:
INT conformal_state type = SCALAR
-REAL confac TYPE = GF tags='tensortypealias="Scalar" Prolongation="None"'
+REAL confac TYPE = GF timelevels = 3 tags='tensortypealias="Scalar" Prolongation="None"'
{
psi
} "Conformal factor"
-REAL confac_1derivs TYPE = GF tags='tensortypealias="U" Prolongation="None"'
+REAL confac_1derivs TYPE = GF timelevels = 3 tags='tensortypealias="U" Prolongation="None"'
{
psix, psiy, psiz
} "First spatial derivatives of conformal factor divided by psi"
@@ -24,7 +24,7 @@ REAL confac_1derivs TYPE = GF tags='tensortypealias="U" Prolongation="None"'
# psi_1, psi_2, psi_3
#} "First spatial derivatives of conformal factor divided by psi"
-REAL confac_2derivs TYPE = GF tags='tensortypealias="dd_sym" Prolongation="None"'
+REAL confac_2derivs TYPE = GF timelevels = 3 tags='tensortypealias="dd_sym" Prolongation="None"'
{
psixx, psixy, psixz, psiyy, psiyz, psizz
} "Second spatial derivatives of conformal factor divided by psi"