aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-01-23 10:39:58 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-01-23 10:39:58 +0000
commitc05ef7225ab51b7e66e884cf4d53805e8d261982 (patch)
tree5885d1761161ada1381942a09dfff646f872fc9c /param.ccl
parent0863f0decdf6024f548f6178ce6221bc1a6fa722 (diff)
Peter Diener's RK65 and RK87 adaptive timestep integrators.
As yet not altered to do grid arrays. As with RK45, adaptive timestepping does not work with mesh refinement. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@106 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index d18be54..fdc72f1 100644
--- a/param.ccl
+++ b/param.ccl
@@ -88,6 +88,8 @@ KEYWORD ODE_Method "The ODE method use by MoL to do time integration"
"RK2" :: "Efficient RK2"
"RK3" :: "Efficient RK3"
"RK45" :: "RK45 with error estimation"
+ "RK65" :: "RK65 with error estimation"
+ "RK87" :: "RK87 with error estimation"
} "ICN"
KEYWORD Generic_Type "If using the generic method, which sort"