Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/v0.5.1/v0.9.0/cpp
DOLFINx  0.5.1
DOLFINx C++ interface
HDF5Interface Member List

This is the complete list of members for HDF5Interface, including all inherited members.

close_file(const hid_t handle)HDF5Interfacestatic
flush_file(const hid_t handle)HDF5Interfacestatic
get_dataset_shape(const hid_t handle, const std::string &dataset_path)HDF5Interfacestatic
get_filename(hid_t handle)HDF5Interfacestatic
get_mpi_atomicity(const hid_t handle)HDF5Interfacestatic
has_dataset(const hid_t handle, const std::string &dataset_path)HDF5Interfacestatic
open_file(MPI_Comm comm, const std::filesystem::path &filename, const std::string &mode, const bool use_mpi_io)HDF5Interfacestatic
read_dataset(const hid_t handle, const std::string &dataset_path, const std::array< std::int64_t, 2 > &range)HDF5Interfacestatic
set_mpi_atomicity(const hid_t handle, const bool atomic)HDF5Interfacestatic
write_dataset(const hid_t handle, const std::string &dataset_path, const T *data, const std::array< std::int64_t, 2 > &range, const std::vector< std::int64_t > &global_size, bool use_mpi_io, bool use_chunking)HDF5Interfacestatic