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

Method flush

cpp/dolfinx/io/XDMFFile.cpp:473–477  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

471}
472//-----------------------------------------------------------------------------
473void XDMFFile::flush()
474{
475 // _xml_doc already flushed after every write
476 H5Fflush(_h5_id, H5F_SCOPE_GLOBAL);
477}
478//-----------------------------------------------------------------------------
479MPI_Comm XDMFFile::comm() const { return _comm.comm(); }
480//-----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected