19 #ifndef GEOSX_MANAGERS_OUTPUTS_VTKOUTPUT_HPP_ 20 #define GEOSX_MANAGERS_OUTPUTS_VTKOUTPUT_HPP_ 23 #include "fileIO/vtk/VTKPolyDataWriterInterface.hpp" 58 real64 const eventProgress,
68 real64 const eventProgress,
71 Execute( time_n, 0, cycleNumber, eventCounter, eventProgress, domain );
77 static constexpr
auto plotFileRoot =
"plotFileRoot";
78 static constexpr
auto writeFEMFaces =
"writeFEMFaces";
79 static constexpr
auto plotLevel =
"plotLevel";
80 static constexpr
auto binaryString =
"writeBinaryData";
86 string m_plotFileRoot;
virtual ~VTKOutput() override
Destructor.
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 set of vtk files.
Encapsulate output methods for vtk.
VTKOutput(std::string const &name, Group *const parent)
Constructor.
std::int32_t integer
Signed integer type.
static string CatalogName()
Catalog name interface.
virtual void Cleanup(real64 const time_n, integer const cycleNumber, integer const eventCounter, real64 const eventProgress, dataRepository::Group *domain) override
Write one final set of vtk files as the code exits.
std::string string
String type.
struct containing the view access keys to be bound with class data member