|
DOLFIN-X
DOLFIN-X C++ interface
|
Support for file IO. More...
Namespaces | |
| cells | |
| Functions for the re-ordering of input mesh topology to the DOLFINX ordering, and transpose orderings for file output. | |
| 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 | HDF5Interface |
| This class provides an interface to some HDF5 functionality. 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, fem::Function and other objects in XDMF. More... | |
Functions | |
| std::string | get_filename (const std::string &fullname) |
| Get filename from a fully qualified path and filename. More... | |
Support for file IO.
Tools for supporting IO.
Support IO to files for checkpointing and visualisation.
| std::string dolfinx::io::get_filename | ( | const std::string & | fullname | ) |
Get filename from a fully qualified path and filename.
| [in] | fullname | Full file path and name |