From 3f6eaa7177d3d678082ba78e132f4a9b626c8a81 Mon Sep 17 00:00:00 2001 From: diener Date: Wed, 18 Sep 2002 17:29:38 +0000 Subject: 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 --- param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'param.ccl') 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" -- cgit v1.2.3