ConstantSteps¶
-
class
probnum.diffeq.ConstantSteps(stepsize)[source]¶ Bases:
probnum.diffeq.StepRuleConstant step size rule for ODE solvers.
Methods Summary
is_accepted(proposedstep, errorest, **kwargs)Meaningless since always True. suggest(laststep, errorest, **kwargs)Suggest a new step h_{n+1} given error estimate e_n at step h_n. Methods Documentation