aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 9 insertions, 0 deletions
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"