propagate_final

Function propagate_final 

Source
pub fn propagate_final(
    initial: &PropState,
    config: &IntegratorConfig,
    duration: f64,
) -> PropState
Expand description

Propagate and return only the final state (memory-efficient for long propagations).