www.mooseframework.org
Classes | Enumerations
Checkpoint.h File Reference

Go to the source code of this file.

Classes

struct  CheckpointFileNames
 A structure for storing the various output files associated with checkpoint output. More...
 
class  Checkpoint
 Writes out three things: More...
 

Enumerations

enum  CheckpointType : unsigned short { NONE, SYSTEM_CREATED, USER_CREATED }
 Enumerated type for determining what type of checkpoint this is. More...
 

Enumeration Type Documentation

◆ CheckpointType

enum CheckpointType : unsigned short

Enumerated type for determining what type of checkpoint this is.

SYSTEM_CREATED: This type of checkpoint is created automatically by the system for the purpose of writing checkpoints at regularly scheduled walltime intervals or when sent a signal. USER_CREATED: Checkpoint is requested by the user in the input file, and can be used by the system to also output at walltime intervals or when sent a signal.

Enumerator
NONE 
SYSTEM_CREATED 
USER_CREATED 

Definition at line 28 of file Checkpoint.h.

28  : unsigned short
29 {
30  NONE,
33 };