aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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"