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