aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-05-21 19:15:14 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-05-21 19:15:14 +0000
commit50fab556ec3bde3bfc4c5b448c9c463628a9d92f (patch)
tree56d2286733d97dcde5a796a1d4f9f5f6188c440d /param.ccl
parent249497155be163f902ef9606ebc41d5598982524 (diff)
Changed the way I handle boundaries on the local grid. Should now
work for full, bitant, quadrant and octant mode for the event horizon evolution and for re-parametrization with euler pde. Still need testing though. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@13 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 8196afb..02d3961 100644
--- a/param.ccl
+++ b/param.ccl
@@ -71,6 +71,11 @@ KEYWORD re_param_int_method "Integration method in pde re-parametrization"
"rk2" :: "Second order Runge-Kutta scheme"
} "rk2"
+INT re_param_max_iter "maximum number of iteration in the re-parametrization"
+{
+(0: :: "Positive please"
+} 800
+
KEYWORD pde_differences "Type of finite diffencing used in pde re-parametrization"
{
"centered" :: "Use 2nd order centered differences except at the boundaries"
@@ -86,3 +91,5 @@ INT reparametrize_every "Re-parametrize every"
shares: grid
USES KEYWORD domain
+USES KEYWORD quadrant_direction
+USES KEYWORD bitant_plane