|
DOLFIN-X
DOLFIN-X C++ interface
|
Output of meshes and functions in VTK format. More...
#include <VTKFile.h>
Public Member Functions | |
| VTKFile (const std::string filename) | |
| Create VTK file. | |
| ~VTKFile ()=default | |
| Destructor. | |
| void | write (const mesh::Mesh &mesh) |
| Output mesh. | |
| void | write (const function::Function< PetscScalar > &u) |
| Output function::Function. | |
| void | write (const mesh::Mesh &mesh, double t) |
| Output mesh::Mesh and timestep. | |
| void | write (const function::Function< PetscScalar > &u, double t) |
| Output function::Function and timestep. | |
Output of meshes and functions in VTK format.
XML format is suitable for visualisation of higher order geometries. It is not suitable to checkpointing as it may decimate some data.
1.8.18