◆ InitializeContainers()
| void SolverEulerExplicit::InitializeContainers |
( |
| ) |
|
|
overridevirtual |
Allocate the internal rate and state buffers to the needed size. Must be called after Connect(), once the processor knows its connection and state counts.
Implements Solver.
◆ Solve()
| bool SolverEulerExplicit::Solve |
( |
double | timeStepInDays | ) |
|
|
overridevirtual |
Apply the solver.
- Parameters
-
| timeStepInDays | The time step in days. |
- Returns
- True if success, false otherwise.
Implements Solver.
The documentation for this class was generated from the following files:
- /github/workspace/core/src/base/SolverEulerExplicit.h
- /github/workspace/core/src/base/SolverEulerExplicit.cpp