16 #ifndef GEOS_FILEIO_COUPLING_CHOMBOCOUPLER_HPP_
17 #define GEOS_FILEIO_COUPLING_CHOMBOCOUPLER_HPP_
55 void read(
bool usePressures );
67 MPI_Comm
const m_comm;
69 string const m_outputPath;
71 string const m_inputPath;
73 std::int64_t m_face_offset;
75 std::int64_t m_n_faces_written;
77 std::int64_t m_node_offset;
79 std::int64_t m_n_nodes_written;
A class managing data exchange with CHOMBO.
void write(double dt)
Write data to file.
void read(bool usePressures)
Read data from file.
ChomboCoupler(MPI_Comm const comm, const string &outputPath, const string &inputPath, MeshLevel &mesh)
Construct a new ChomboCoupler.
Class facilitating the representation of a multi-level discretization of a MeshBody.
Array< T, 2, PERMUTATION > array2d
Alias for 2D array.