51 static bool checkGroupExistence(hid_t parent,
const char* path);
Base class for interacting with HDF5 files.
Definition HDF5Base.h:30
bool openFile(unsigned int flag)
Opens the HDF5 file.
Definition HDF5Base.C:38
void closeFile()
Closes the HDF5 file.
Definition HDF5Base.C:81
std::string m_hdf5_name
The file name of the HDF5 file.
Definition HDF5Base.h:55
virtual ~HDF5Base()
The destructor closes the file.
Definition HDF5Base.h:37
Class for administration of MPI processes in IFEM library.
Definition ProcessAdm.h:33