Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
Parent class(es)
Constructor. file_mode should “a” (append), “w” (write) or “r” (read).
Close file
Write points to file
Write simple vector of double to file
Write Vector to file in a format suitable for re-reading
Read vector from file and optionally re-use any partitioning that is available in the file
Write Mesh to file in a format suitable for re-reading
Write Mesh of given cell dimension to file in a format suitable for re-reading
Write Function to file in a format suitable for re-reading
Write Function to file with a timestamp
Read Function from file and distribute data according to the Mesh and dofmap associated with the Function. If the ‘name’ refers to a HDF5 group, then it is assumed that the Function data is stored in the datasets within that group. If the ‘name’ refers to a HDF5 dataset within a group, then it is assumed that it is a Vector, and the Function will be filled from that Vector
Read Mesh from file and optionally re-use any partition data in the file
Write MeshFunction to file in a format suitable for re-reading
Write MeshFunction to file in a format suitable for re-reading
Write MeshFunction to file in a format suitable for re-reading
Write MeshFunction to file in a format suitable for re-reading
Read MeshFunction from file
Read MeshFunction from file
Read MeshFunction from file
Read MeshFunction from file
Write MeshValueCollection to file
Write MeshValueCollection to file
Write MeshValueCollection to file
Read MeshValueCollection from file
Read MeshValueCollection from file
Read MeshValueCollection from file
Check if dataset exists in HDF5 file
Flush buffered I/O to disk