aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-05-16 13:20:15 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-05-16 13:20:15 +0000
commit8624cbc500699816e3b408b17bd29e6f4c56888b (patch)
treebcc4019c25e039f4aaeb139aed7f4f06e9e4179a /param.ccl
parent2f5271e3e16ae2cdddd9970ebeaad1307f9698e2 (diff)
Added parameter and code to use the new experimental upwinding scheme.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@106 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 747b68c..0eefed4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -120,6 +120,7 @@ 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"
+ "characteristic" :: "Use characteristic information"
} "intrinsic"
BOOLEAN reparam_undo "Should re-parametrization be undone at pinch-off"