15 #ifndef GEOSX_FILEIO_COUPLING_CHOMBOCOUPLER_HPP_ 16 #define GEOSX_FILEIO_COUPLING_CHOMBOCOUPLER_HPP_ 48 void write(
double dt );
54 void read(
bool usePressures );
66 MPI_Comm
const m_comm;
72 std::int64_t m_face_offset;
74 std::int64_t m_n_faces_written;
76 std::int64_t m_node_offset;
78 std::int64_t m_n_nodes_written;
void read(bool usePressures)
Read data from file.
void write(double dt)
Write data to file.
Class facilitating the representation of a multi-level discretization of a MeshBody.
A class managing data exchange with CHOMBO.
ChomboCoupler(MPI_Comm const comm, const std::string &outputPath, const std::string &inputPath, MeshLevel &mesh)
Construct a new ChomboCoupler.
std::string string
String type.
This class provides a fixed dimensional resizeable array interface in addition to an interface simila...