MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / flush_file

Method flush_file

cpp/dolfinx/io/HDF5Interface.cpp:125–129  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

123}
124//-----------------------------------------------------------------------------
125void io::hdf5::flush_file(hid_t handle)
126{
127 if (H5Fflush(handle, H5F_SCOPE_GLOBAL) < 0)
128 throw std::runtime_error("Failed to flush HDF5 file.");
129}
130//-----------------------------------------------------------------------------
131std::filesystem::path io::hdf5::get_filename(hid_t handle)
132{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected