probnum.diffeq.stepsize

Step-size selection rules.

Functions

propose_firststep(ivp)

Propose a suitable first step-size that can be taken by an ODE solver.

Classes

StepRule(firststep)

Step-size selection rules for ODE solvers.

AdaptiveSteps(firststep, atol, rtol[, ...])

Adaptive step-size selection (using proportional control).

ConstantSteps(stepsize)

Constant step-sizes.

Class Inheritance Diagram

Inheritance diagram of probnum.diffeq.stepsize.StepRule, probnum.diffeq.stepsize.AdaptiveSteps, probnum.diffeq.stepsize.ConstantSteps