Skip to content
Snippets Groups Projects
Commit 5c69b02d authored by Henry Weller's avatar Henry Weller Committed by Andrew Heather
Browse files

ENH: ODESolver: maxSteps now an optional input

e.g.

odeCoeffs
{
    solver          seulex;
    absTol          1e-12;
    relTol          0.0001;
    maxSteps        1e+06;
}

maxSteps defaults to 10000 for backward compatibility.
parent fe595af8
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment