GEOSX
Namespaces | Enumerations | Functions
RestartFlags.hpp File Reference

Go to the source code of this file.

Namespaces

 geosx
 
 geosx::dataRepository
 

Enumerations

enum  geosx::dataRepository::RestartFlags : integer { geosx::dataRepository::RestartFlags::NO_WRITE, geosx::dataRepository::RestartFlags::WRITE, geosx::dataRepository::RestartFlags::WRITE_AND_READ }
 
enum  geosx::dataRepository::PlotLevel : integer {
  geosx::dataRepository::PlotLevel::LEVEL_0, geosx::dataRepository::PlotLevel::LEVEL_1, geosx::dataRepository::PlotLevel::LEVEL_2, geosx::dataRepository::PlotLevel::LEVEL_3,
  geosx::dataRepository::PlotLevel::NOPLOT
}
 

Functions

PlotLevel geosx::dataRepository::toPlotLevel (int const val)
 Function to get a PlotLevel enum from an int. More...
 
std::istream & geosx::dataRepository::operator>> (std::istream &is, PlotLevel &plotLevel)
 Reads a PlotLevel enum from a stream. More...
 
std::ostream & geosx::dataRepository::operator<< (std::ostream &os, PlotLevel const &plotLevel)
 Writes a plot level to a stream. More...