propagate_symplectic_final

Function propagate_symplectic_final 

Source
pub fn propagate_symplectic_final(
    initial: &PropState,
    mu: Mu,
    dt: f64,
    duration: f64,
) -> PropState
Expand description

Propagate a ballistic orbit using Störmer-Verlet and return only the final state. Memory-efficient variant.