15 #ifndef GEOSX_DATAREPOSITORY_RESTARTFLAGS_HPP_ 16 #define GEOSX_DATAREPOSITORY_RESTARTFLAGS_HPP_ 24 namespace dataRepository
84 GEOSX_ERROR(
"Could not parse " << val <<
" into a PlotLevel." );
113 {
return os << static_cast< int >( plotLevel ); }
Doe no write into restart.
std::ostream & operator<<(std::ostream &os, PlotLevel const &plotLevel)
Writes a plot level to a stream.
Write to plot when plotLevel>=1 is specified in input.
Write and read from restart.
Write to plot when plotLevel>=2 is specified in input.
Write to plot when plotLevel>=3 is specified in input.
PlotLevel toPlotLevel(int const val)
Function to get a PlotLevel enum from an int.
std::int32_t integer
Signed integer type.
#define GEOSX_ERROR(msg)
Raise a hard error and terminate the program.
Do not ever write to plot file.
std::istream & operator>>(std::istream &is, PlotLevel &plotLevel)
Reads a PlotLevel enum from a stream.