aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-06-20 08:21:27 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-06-20 08:21:27 +0000
commit88a32348f469a016ee14a18ea4f52f3817943a6c (patch)
tree2e99eee10ffdd85584d0b9b9f47cafaacdfaa9bf /param.ccl
parent57e38b49b43b1501449900c68c1790ab0e57dc65 (diff)
Added support for setting up generators on ellipsoidal initial data.
Added support for evolving the generators independently (used for testing). Added support for detecting a peanut shaped excision region and take the appropriate precautions. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@119 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 45e7cfb..e20eeeb 100644
--- a/param.ccl
+++ b/param.ccl
@@ -118,6 +118,7 @@ KEYWORD mode "Mode of operation"
"normal" :: "Find event horizons"
"test_reparam" :: "Test reparametrization routines with MoL"
"analysis" :: "Provide storage for f without evolving"
+ "generator" :: "Provide storage for f and initialize without evolving"
} "normal"
KEYWORD upwind_type "Type of upwinding used in evolving the ehfinder equations"
@@ -226,7 +227,7 @@ CCTK_INT number_of_generators "How many generators should be evolved"
KEYWORD generator_distribution "What initial distribution should be used"
{
- "line" :: "Put the generatos on a line on the x-axis"
+ "line" :: "Put the generators on a line in the xz-plane"
} "line"
STRING surface_interpolator "What interpolator should be used to locate the surface"