hydrobricks
|
Public Member Functions | |
bool | Solve () override |
![]() | |
void | Connect (Processor *processor) |
void | InitializeContainers () |
Additional Inherited Members | |
![]() | |
static Solver * | Factory (const SolverSettings &solverSettings) |
![]() | |
void | SaveStateVariables (int col) |
void | ComputeChangeRates (int col, bool applyConstraints=true) |
void | ApplyConstraintsFor (int col) |
void | ResetStateVariableChanges () |
void | SetStateVariablesToIteration (int col) |
void | SetStateVariablesToAvgOf (int col1, int col2) |
void | ApplyProcesses (int col) const |
void | ApplyProcesses (const axd &changeRates) const |
void | Finalize () const |
![]() | |
Processor * | m_processor |
axxd | m_stateVariableChanges |
axxd | m_changeRates |
int | m_nIterations |
|
overridevirtual |