A structure for storing the various output files associated with checkpoint output. More...
#include <Checkpoint.h>
Public Member Functions | |
bool | operator== (const CheckpointFileNames &rhs) const |
Public Attributes | |
std::string | checkpoint |
Filename for CheckpointIO file (the mesh) More... | |
std::vector< std::filesystem::path > | restart |
Filenames for restartable data. More... | |
A structure for storing the various output files associated with checkpoint output.
Definition at line 39 of file Checkpoint.h.
|
inline |
Definition at line 47 of file Checkpoint.h.
std::string CheckpointFileNames::checkpoint |
Filename for CheckpointIO file (the mesh)
Definition at line 42 of file Checkpoint.h.
Referenced by operator==(), Checkpoint::output(), and Checkpoint::updateCheckpointFiles().
std::vector<std::filesystem::path> CheckpointFileNames::restart |
Filenames for restartable data.
Definition at line 45 of file Checkpoint.h.
Referenced by operator==(), Checkpoint::output(), and Checkpoint::updateCheckpointFiles().