aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-05-20 12:48:51 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-05-20 12:48:51 +0000
commitb4c827effcfadce128c4ead55b705cf90a9cf8cb (patch)
tree43e216c2916e4b0e324dbe5b364028029c096225 /param.ccl
parentf07033106bbdce9a10fd90d95d97abd9cddc7a26 (diff)
The ccl files to go with the last commit.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@7 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl42
1 files changed, 40 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 9425b58..8196afb 100644
--- a/param.ccl
+++ b/param.ccl
@@ -30,16 +30,20 @@ REAL initial_c "Initial c coefficient of ellipsoid"
(0.0: :: "Positive please"
} 1.0
-real cas_a "Initial a coefficient of ovaloid of cassini"
+REAL cas_a "Initial a coefficient of ovaloid of cassini"
{
: :: "Any number (negative and positive are equivalent)"
} 2.0
-real cas_b "Initial b coefficient of ovaloid of cassini"
+REAL cas_b "Initial b coefficient of ovaloid of cassini"
{
: :: "Any number (negative and positive are equivalent)"
} 2.05
+REAL shell_width "Width of the evolution region in units of the grid spacing"
+{
+(0.0: :: "Positive please"
+} 7.0
BOOLEAN normalize "normalize the derivatives of the level set function"
{
@@ -48,3 +52,37 @@ BOOLEAN normalize "normalize the derivatives of the level set function"
BOOLEAN one_sided "Use one sided differences everywhere"
{
} "no"
+
+KEYWORD mode "Mode of operation"
+{
+ "normal" :: "Find event horizons"
+ "test_reparam" :: "Test reparametrization routines with MoL"
+} "normal"
+
+KEYWORD re_param_method "Integration method in re-parametrization"
+{
+ "approx" :: "Approximate re-parametrization scheme"
+ "pde" :: "Re-parametrize by solving an pde"
+} "approx"
+
+KEYWORD re_param_int_method "Integration method in pde re-parametrization"
+{
+ "euler" :: "Standard euler scheme"
+ "rk2" :: "Second order Runge-Kutta scheme"
+} "rk2"
+
+KEYWORD pde_differences "Type of finite diffencing used in pde re-parametrization"
+{
+ "centered" :: "Use 2nd order centered differences except at the boundaries"
+ "upwind" :: "Use 1st order upwinded differences everywhere"
+ "upwind2" :: "Use 2nd order upwinded differences everywhere"
+} "upwind"
+
+INT reparametrize_every "Re-parametrize every"
+{
+0: :: "If 0 don't re-parametrize"
+} 40
+
+shares: grid
+
+USES KEYWORD domain