#include <base/SimulationStatus.hpp>
|
enum | SimulationStage {
PRE
, INITPARAMS
, PREPAREDATA
, CHECKCONSISTENCY
,
INITIALIZERUN
, RUNSTEP
, FINALIZERUN
, POST
,
UNKNOWN
} |
|
enum | SchedulingConstraint { SCHED_NONE
, SCHED_DTCHECKED
, SCHED_DTFORCED
} |
|
◆ SchedulingConstraint
Enumerator |
---|
SCHED_NONE | |
SCHED_DTCHECKED | |
SCHED_DTFORCED | |
◆ SimulationStage
Enumerator |
---|
PRE | |
INITPARAMS | |
PREPAREDATA | |
CHECKCONSISTENCY | |
INITIALIZERUN | |
RUNSTEP | |
FINALIZERUN | |
POST | |
UNKNOWN | |
◆ SimulationStatus() [1/2]
openfluid::base::SimulationStatus::SimulationStatus |
( |
| ) |
|
|
delete |
◆ SimulationStatus() [2/2]
◆ ~SimulationStatus()
openfluid::base::SimulationStatus::~SimulationStatus |
( |
| ) |
|
|
inline |
◆ getBeginDate()
◆ getCurrentDate()
◆ getCurrentStage()
SimulationStage openfluid::base::SimulationStatus::getCurrentStage |
( |
| ) |
const |
|
inline |
◆ getCurrentStageAsString()
std::string openfluid::base::SimulationStatus::getCurrentStageAsString |
( |
| ) |
const |
◆ getCurrentTimeIndex()
◆ getDefaultDeltaT()
◆ getEndDate()
◆ getSchedulingConstraint()
◆ getSimulationDuration()
◆ getStageAsString()
static std::string openfluid::base::SimulationStatus::getStageAsString |
( |
const SimulationStage & |
Stage | ) |
|
|
static |
◆ isFirstTimeIndex()
bool openfluid::base::SimulationStatus::isFirstTimeIndex |
( |
| ) |
const |
|
inline |
◆ setCurrentStage()
void openfluid::base::SimulationStatus::setCurrentStage |
( |
const SimulationStage & |
Stage | ) |
|
◆ setCurrentTimeIndex()
The documentation for this class was generated from the following file: