-----------------------------------------------------------------------------
| 471 | } |
| 472 | //----------------------------------------------------------------------------- |
| 473 | void XDMFFile::flush() |
| 474 | { |
| 475 | // _xml_doc already flushed after every write |
| 476 | H5Fflush(_h5_id, H5F_SCOPE_GLOBAL); |
| 477 | } |
| 478 | //----------------------------------------------------------------------------- |
| 479 | MPI_Comm XDMFFile::comm() const { return _comm.comm(); } |
| 480 | //----------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected