From e76b9ee4215de4ca9258261646421ef2adfd2c19 Mon Sep 17 00:00:00 2001 From: hawke Date: Thu, 24 Aug 2006 11:45:17 +0000 Subject: Theta ICN. Patch from Frank Loeffler. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@120 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b --- param.ccl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index bd8e86f..7e29e56 100644 --- a/param.ccl +++ b/param.ccl @@ -102,6 +102,15 @@ KEYWORD Generic_Type "If using the generic method, which sort" "Classic RK3" :: "Efficient RK3 - classical version" } "RK" +CCTK_REAL ICN_avg_theta "theta of averaged ICN method, usually 0.5" +{ + 0:1 :: "0 <= theta <= 1" +} 0.5 + +BOOLEAN ICN_avg_swapped "Use swapped averages in ICN method?" +{ +} "no" + CCTK_INT MoL_Intermediate_Steps "Number of intermediate steps taken by the ODE method" { 1:* :: "Anything greater than 1" -- cgit v1.2.3