From eeb8bdf88f9b3de750e95bdb98ae78a8f9b4ad49 Mon Sep 17 00:00:00 2001 From: hawke Date: Fri, 28 Jul 2006 09:43:58 +0000 Subject: Efficient RK4, as provided by Yosef Zlochower. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@113 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b --- param.ccl | 1 + 1 file changed, 1 insertion(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index ea83504..bd8e86f 100644 --- a/param.ccl +++ b/param.ccl @@ -87,6 +87,7 @@ KEYWORD ODE_Method "The ODE method use by MoL to do time integration" "ICN-avg" :: "Iterative Crank Nicholson with averaging" "RK2" :: "Efficient RK2" "RK3" :: "Efficient RK3" + "RK4" :: "Efficient RK4" "RK45" :: "RK45 (Fehlberg) with error estimation" "RK45CK" :: "RK45CK (Cash-Karp) with error estimation" "RK65" :: "RK65 with error estimation" -- cgit v1.2.3