Called to trigger integrator reinitialization before further integration.
| 334 | //! Called to trigger integrator reinitialization before further |
| 335 | //! integration. |
| 336 | void setNeedsReinit() { |
| 337 | m_integrator_init = false; |
| 338 | } |
| 339 | |
| 340 | //! Set the maximum number of internal integration steps the |
| 341 | //! integrator will take before reaching the next output point |