pylupnt.IntegratorParams¶
- class pylupnt.IntegratorParams¶
Integrator tolerances, iteration limit, and optional early-termination predicate.
- property abstol¶
Absolute error tolerance.
- property max_iter¶
Maximum adaptive-step iterations per step.
- property reltol¶
Relative error tolerance.
- set_terminate_if(self: pylupnt._pylupnt.IntegratorParams, callback: collections.abc.Callable) None¶
Set a termination predicate f(t, x) -> bool