DOLFIN-X
DOLFIN-X C++ interface
Namespaces | Classes
dolfinx::io Namespace Reference

Support for file IO. More...

Namespaces

 xdmf_function
 Low-level methods for reading/writing XDMF files.
 
 xdmf_mesh
 Low-level methods for reading XDMF files.
 
 xdmf_read
 Low-level methods for reading XDMF files.
 

Classes

class  HDF5File
 Interface to HDF5 files. More...
 
class  HDF5Interface
 This class wraps HDF5 function calls. HDF5 function calls should only appear in a member function of this class and not elsewhere in the library. More...
 
class  VTKFile
 Output of meshes and functions in VTK format. More...
 
class  VTKWriter
 Write VTK mesh::Mesh representation. More...
 
class  XDMFFile
 Read and write mesh::Mesh, function::Function and other objects in XDMF. More...
 

Detailed Description

Support for file IO.

Support IO to files for checkpointing and visualisation.