estimate_initial_step

Function estimate_initial_step 

Source
fn estimate_initial_step(
    pos: [f64; 3],
    vel: [f64; 3],
    mu_val: f64,
    thrust: &ThrustProfile,
    rtol: f64,
    atol: f64,
) -> f64
Expand description

Estimate initial step size using the approach from Hairer-Nørsett-Wanner.