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