From b3983f2e1d60d71efa3133a97b5deffa05c0dcc7 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Thu, 6 Jul 2023 08:38:05 -0400 Subject: [PATCH] default to scaling --- integration/ROCK/_parameters | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/integration/ROCK/_parameters b/integration/ROCK/_parameters index fbf0baffb5..40328c3084 100644 --- a/integration/ROCK/_parameters +++ b/integration/ROCK/_parameters @@ -1,7 +1,12 @@ @namespace: integrator +# do we do the 2nd or 4th order version of the ROCK integrator rock_order integer 2 +# do we scale the ODE system we integrate to make it O(1)? +# for Strang, this simply means scaling e by the initial energy? +scale_system integer 1 100 + # use the Gershgorin circle theorem to estimate the spectral radius? # note: requires integrator.scale_system = 1 -use_circle_theorem integer 0 +use_circle_theorem integer 1