core.integrator package
Submodules
core.integrator.integrator module
- core.integrator.integrator.propagate_state(models: core.models.model_list.ModelContainer, state_time: core.state.statetime.StateTime, dt: float = 0.1) core.state.statetime.StateTime
Takes in a state and propagates it over a timestep of dt seconds. Returns a new State object at t+dt