aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-09-18 17:29:38 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-09-18 17:29:38 +0000
commit3f6eaa7177d3d678082ba78e132f4a9b626c8a81 (patch)
tree12c0f8fa380ba34e2b762bbc435ef951b6e1026d /param.ccl
parenta8b584fffb8a44b278a11b45f06d90cfea242681 (diff)
Added parameter to choose between different upwinding methods. Either
intrinsic (where the values of f itself is used to determine the direction) or shift (where the direction of the shift dictates the upwinding direction). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@56 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 6876394..b7ba3a7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -77,6 +77,12 @@ KEYWORD mode "Mode of operation"
"test_reparam" :: "Test reparametrization routines with MoL"
} "normal"
+KEYWORD upwind_type "Type of upwinding used in evolving the ehfinder equations"
+{
+ "intrinsic" :: "Use the values of f itself to determine upwind direction"
+ "shift" :: "Use the shift to determine upwind direction"
+} "intrinsic"
+
KEYWORD re_param_method "Integration method in re-parametrization"
{
"approx" :: "Approximate re-parametrization scheme"