Declared in StateModel
Declaration
void Integrate(
double time,
double step
);Description
Integrates the current state of the object using the current integrator type and the integrable object.
Parameters
| Name | Description |
|---|---|
| time | [s] The current time of the simulation |
| step | [s] The timestep of the simulation |