aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-06-17 15:39:28 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-06-17 15:39:28 +0000
commita3a768bdb7161dbf39188a381c5b516b98a36e07 (patch)
treea9ed2cbb044c42de3b7b14485a7f5a84617f8e79 /interface.ccl
parentd6d79a2356001ebf7b33f9cfc09912ff2db7d811 (diff)
Got approximate reparametrization to work again. Also allows mixing of
pde and approximate reparametrization. Initial tests seem to indicate that pde works better than approximate re-parametrization but is slower. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@27 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl10
1 files changed, 7 insertions, 3 deletions
diff --git a/interface.ccl b/interface.ccl
index d543c91..06197d8 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -24,13 +24,17 @@ CCTK_REAL dlevel_set type=GF TimeLevels=1
dfx, dfy, dfz, dfsq
} "Derivatives of the level set function"
-CCTK_REAL ftmp type=GF TimeLevels=1
+CCTK_REAL ftmp_set type=GF TimeLevels=1
+{
+ ftmp, sftmp
+} "temporary variables used in pde re-parametrization"
CCTK_INT eh_mask_all type=GF TimeLevels=1
{
eh_mask, tm_mask
} "Masks to define active cells"
-CCTK_REAL rep_mask type=GF TimeLevels=1
+CCTK_INT rep_mask type=GF TimeLevels=1
-CCTK_INT re_param_control type=SCALAR
+CCTK_INT re_param_control_pde type=SCALAR
+CCTK_INT re_param_control_approx type=SCALAR