From a3a768bdb7161dbf39188a381c5b516b98a36e07 Mon Sep 17 00:00:00 2001 From: diener Date: Mon, 17 Jun 2002 15:39:28 +0000 Subject: 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 --- interface.ccl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'interface.ccl') 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 -- cgit v1.2.3