From c05ef7225ab51b7e66e884cf4d53805e8d261982 Mon Sep 17 00:00:00 2001 From: hawke Date: Mon, 23 Jan 2006 10:39:58 +0000 Subject: 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 --- param.ccl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'param.ccl') 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" -- cgit v1.2.3