www.mooseframework.org
Public Attributes | List of all members
CheckpointFileNames Struct Reference

A structure for storing the various output files associated with checkpoint output. More...

#include <Checkpoint.h>

Public Attributes

std::string checkpoint
 Filename for CheckpointIO file (the mesh) More...
 
std::vector< std::filesystem::path > restart
 Filenames for restartable data. More...
 

Detailed Description

A structure for storing the various output files associated with checkpoint output.

Definition at line 40 of file Checkpoint.h.

Member Data Documentation

◆ checkpoint

std::string CheckpointFileNames::checkpoint

Filename for CheckpointIO file (the mesh)

Definition at line 43 of file Checkpoint.h.

Referenced by Checkpoint::output(), and Checkpoint::updateCheckpointFiles().

◆ restart

std::vector<std::filesystem::path> CheckpointFileNames::restart

Filenames for restartable data.

Definition at line 46 of file Checkpoint.h.

Referenced by Checkpoint::output(), and Checkpoint::updateCheckpointFiles().


The documentation for this struct was generated from the following file: