aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-07-18 15:09:49 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-07-18 15:09:49 +0000
commitcc33cbe67d99a3ff3dc5fa10ab9b5b6671b4894b (patch)
treeba334a32ea7eeb8d82c628c4bcb06bd330793c74 /param.ccl
parent89eb83f9c9987c19dbf9c5080d3ae4b89bc3ddbe (diff)
Erik Schnetter's implementation of ICN with averaging, so the intermediate steps are always at t+dt.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@24 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 8fca2fc..0bf2bcc 100644
--- a/param.ccl
+++ b/param.ccl
@@ -84,6 +84,7 @@ KEYWORD ODE_Method "The ODE method use by MoL to do time integration"
{
"Generic" :: "Generic Shu-Osher Runga-Kutta type"
"ICN" :: "Iterative Crank Nicholson"
+ "ICN-avg" :: "Iterative Crank Nicholson with averaging"
"RK2" :: "Efficient RK2"
} "ICN"