Module step_control

Module step_control 

Source
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