From 2c8448f84da0b9f4ae13cf1a02c71e0c626e4782 Mon Sep 17 00:00:00 2001 From: hawke Date: Thu, 1 Jul 2004 11:02:39 +0000 Subject: Add the Classic RK3 method (as a generic method, so use Generic_Type). Agrees with other RK3's to floating point round off (except at boundaries) for linear case. Uses more storage and is slower than standard RK3 so I don't recommend it. This showed up (so I fixed) a bug with the generic methods when used with Carpet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@72 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 74752ad..e982acb 100644 --- a/param.ccl +++ b/param.ccl @@ -94,6 +94,7 @@ KEYWORD Generic_Type "If using the generic method, which sort" "RK" :: "One of the standard TVD Runga-Kutta methods" "ICN" :: "Iterative Crank Nicholson as a generic method" "Table" :: "Given from the generic method descriptor parameter" + "Classic RK3" :: "Efficient RK3 - classical version" } "RK" CCTK_INT MoL_Intermediate_Steps "Number of intermediate steps taken by the ODE method" -- cgit v1.2.3