propagate

Function propagate 

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

Propagate an orbit from initial state for a given duration.

Returns a vector of PropState at each time step (including initial state).