From 7d025c91fadf4003fbe88c350bfb55b3ef8e26b0 Mon Sep 17 00:00:00 2001 From: hawke Date: Mon, 20 Oct 2003 14:57:16 +0000 Subject: Switch off prolongation of the static conformal factor when using Carpet. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/StaticConformal/trunk@16 0cbbb82d-14ec-4423-a1fb-2ab18257ecaa --- interface.ccl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface.ccl b/interface.ccl index fd0754b..3af82a3 100644 --- a/interface.ccl +++ b/interface.ccl @@ -8,12 +8,12 @@ public: INT conformal_state type = SCALAR -REAL confac TYPE = GF +REAL confac TYPE = GF tags='Prolongation="None"' { psi } "Conformal factor" -REAL confac_1derivs TYPE = GF +REAL confac_1derivs TYPE = GF tags='Prolongation="None"' { psix, psiy, psiz } "First spatial derivatives of conformal factor divided by psi" @@ -24,7 +24,7 @@ REAL confac_1derivs TYPE = GF # psi_1, psi_2, psi_3 #} "First spatial derivatives of conformal factor divided by psi" -REAL confac_2derivs TYPE = GF +REAL confac_2derivs TYPE = GF tags='Prolongation="None"' { psixx, psixy, psixz, psiyy, psiyz, psizz } "Second spatial derivatives of conformal factor divided by psi" -- cgit v1.2.3