Expand description
Step size control algorithms for adaptive methods.
This module provides utility functions for controlling step sizes in adaptive ODE solvers.
Functionsยง
- calculate_
new_ step_ size - Calculate a new step size based on error estimate
- error_
norm - Calculate the error norm based on relative and absolute tolerances
- select_
initial_ step - Select an initial step size for ODE solving