19 #ifndef GEOSX_MANAGERS_OUTPUTS_SILOOUTPUT_HPP_ 20 #define GEOSX_MANAGERS_OUTPUTS_SILOOUTPUT_HPP_ 38 Group *
const parent );
57 real64 const eventProgress,
67 real64 const eventProgress,
70 Execute( time_n, 0, cycleNumber, eventCounter, eventProgress, domain );
76 static constexpr
auto plotFileRoot =
"plotFileRoot";
77 static constexpr
auto writeEdgeMesh =
"writeEdgeMesh";
78 static constexpr
auto writeFaceMesh =
"writeFEMFaces";
79 static constexpr
auto writeCellElementMesh =
"writeCellElementMesh";
80 static constexpr
auto writeFaceElementMesh =
"writeFaceElementMesh";
81 static constexpr
auto plotLevel =
"plotLevel";
87 string m_plotFileRoot;
static string CatalogName()
Catalog name interface.
double real64
64-bit floating point type.
virtual void Execute(real64 const time_n, real64 const dt, integer const cycleNumber, integer const eventCounter, real64 const eventProgress, dataRepository::Group *domain) override
Writes out a Silo plot file.
std::int32_t integer
Signed integer type.
SiloOutput(std::string const &name, Group *const parent)
Constructor.
virtual ~SiloOutput() override
Destructor.
std::string string
String type.
struct containing the view access keys to be bound with class data member
virtual void Cleanup(real64 const time_n, integer const cycleNumber, integer const eventCounter, real64 const eventProgress, dataRepository::Group *domain) override
Writes out a Silo plot file at the end of the simulation.