|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
Restart checkpoint state. More...
#include <EulerSolver.hpp>
Public Member Functions | |
| DNDS_DECLARE_CONFIG (RestartState) | |
| RestartState () | |
Public Attributes | |
| int | iStep = -1 |
| int | iStepInternal = -1 |
| int | odeCodePrev = -1 |
| std::string | lastRestartFile = "" |
| std::string | otherRestartFile = "" |
| std::vector< int > | otherRestartStoreDim |
Restart checkpoint state.
Records the step indices and file paths for restart continuation, including support for reading restart files from a different solver (with dimension remapping).
Definition at line 799 of file EulerSolver.hpp.
|
inline |
Definition at line 818 of file EulerSolver.hpp.
|
inline |
Definition at line 807 of file EulerSolver.hpp.
| int DNDS::Euler::EulerSolver< model >::Configuration::RestartState::iStep = -1 |
Definition at line 801 of file EulerSolver.hpp.
| int DNDS::Euler::EulerSolver< model >::Configuration::RestartState::iStepInternal = -1 |
Definition at line 802 of file EulerSolver.hpp.
| std::string DNDS::Euler::EulerSolver< model >::Configuration::RestartState::lastRestartFile = "" |
Definition at line 804 of file EulerSolver.hpp.
| int DNDS::Euler::EulerSolver< model >::Configuration::RestartState::odeCodePrev = -1 |
Definition at line 803 of file EulerSolver.hpp.
| std::string DNDS::Euler::EulerSolver< model >::Configuration::RestartState::otherRestartFile = "" |
Definition at line 805 of file EulerSolver.hpp.
| std::vector<int> DNDS::Euler::EulerSolver< model >::Configuration::RestartState::otherRestartStoreDim |
Definition at line 806 of file EulerSolver.hpp.