aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@4ec1db94-0e4f-0410-ada3-8bed251432c9>2007-10-09 11:00:41 +0000
committerdiener <diener@4ec1db94-0e4f-0410-ada3-8bed251432c9>2007-10-09 11:00:41 +0000
commite0b8a997bc1cbb959cb739c37ad14344f7f49873 (patch)
tree9e00350d8f3653811d1529fedf1f87dc1782a75c /param.ccl
parent3bf99c974faf66ca91519da304efeac9589c4f21 (diff)
Add the option to use user defined regions for the elliptic smoothing
procedure. Works by setting the admbase variables to zero in these regions before doing the smoothing. Needs some testing. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@12 4ec1db94-0e4f-0410-ada3-8bed251432c9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 6d93bd3..0b8c6b8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -142,3 +142,7 @@ REAL smoothing_eps "CG smoothing stop criteria"
{
(0.0:* :: ""
} 1e-6
+
+BOOLEAN use_user_regions "Use user defined regions for the smoothing regions"
+{
+} "no"