DOLFINx
0.5.1
DOLFINx C++ interface
|
This is the complete list of members for HDF5Interface, including all inherited members.
close_file(const hid_t handle) | HDF5Interface | static |
flush_file(const hid_t handle) | HDF5Interface | static |
get_dataset_shape(const hid_t handle, const std::string &dataset_path) | HDF5Interface | static |
get_filename(hid_t handle) | HDF5Interface | static |
get_mpi_atomicity(const hid_t handle) | HDF5Interface | static |
has_dataset(const hid_t handle, const std::string &dataset_path) | HDF5Interface | static |
open_file(MPI_Comm comm, const std::filesystem::path &filename, const std::string &mode, const bool use_mpi_io) | HDF5Interface | static |
read_dataset(const hid_t handle, const std::string &dataset_path, const std::array< std::int64_t, 2 > &range) | HDF5Interface | static |
set_mpi_atomicity(const hid_t handle, const bool atomic) | HDF5Interface | static |
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) | HDF5Interface | static |