Package jline.util.ode
Class Rodas.Options
java.lang.Object
jline.util.ode.Rodas.Options
- Enclosing class:
- Rodas
The Fortran switches, with rodas.f's own defaults.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubledoubledoubleLargest step; NaN defaults to xend - x.int1 to calldfx, 0 for finite differences.int0: f is autonomous; 1: f may depend on x.int1 to calljac, 0 for finite differences.int1 to callmas, 0 for M = I.int1 to callsoloutafter each accepted step.intSecond-order form; 0 disables it, which is the usual case.intintCoefficient set: 1 (default), 2 or 3.intLower bandwidth of the Jacobian; n means full.intLower bandwidth of the mass matrix; n means full.intintintbooleanGustafsson's predictive step-size controller.doubledouble -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ifcn
public int ifcn0: f is autonomous; 1: f may depend on x. -
ijac
public int ijac1 to calljac, 0 for finite differences. -
jac
-
mljac
public int mljacLower bandwidth of the Jacobian; n means full. -1 defaults to n. -
mujac
public int mujac -
idfx
public int idfx1 to calldfx, 0 for finite differences. -
dfx
-
imas
public int imas1 to callmas, 0 for M = I. -
mas
-
mlmas
public int mlmasLower bandwidth of the mass matrix; n means full. -
mumas
public int mumas -
iout
public int iout1 to callsoloutafter each accepted step. -
solout
-
nmax
public int nmax -
meth
public int methCoefficient set: 1 (default), 2 or 3. -
pred
public boolean predGustafsson's predictive step-size controller. -
uround
public double uround -
hmax
public double hmaxLargest step; NaN defaults to xend - x. -
fac1
public double fac1 -
fac2
public double fac2 -
safe
public double safe -
m1
public int m1Second-order form; 0 disables it, which is the usual case. -
m2
public int m2
-
-
Constructor Details
-
Options
public Options()
-