|
DNDSR 0.1.0.dev1+gcd065ad
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 779 of file EulerSolver.hpp.
|
inline |
Definition at line 796 of file EulerSolver.hpp.
|
inline |
Definition at line 787 of file EulerSolver.hpp.
| int DNDS::Euler::EulerSolver< model >::Configuration::RestartState::iStep = -1 |
Definition at line 781 of file EulerSolver.hpp.
| int DNDS::Euler::EulerSolver< model >::Configuration::RestartState::iStepInternal = -1 |
Definition at line 782 of file EulerSolver.hpp.
| std::string DNDS::Euler::EulerSolver< model >::Configuration::RestartState::lastRestartFile = "" |
Definition at line 784 of file EulerSolver.hpp.
| int DNDS::Euler::EulerSolver< model >::Configuration::RestartState::odeCodePrev = -1 |
Definition at line 783 of file EulerSolver.hpp.
| std::string DNDS::Euler::EulerSolver< model >::Configuration::RestartState::otherRestartFile = "" |
Definition at line 785 of file EulerSolver.hpp.
| std::vector<int> DNDS::Euler::EulerSolver< model >::Configuration::RestartState::otherRestartStoreDim |
Definition at line 786 of file EulerSolver.hpp.