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 fem::Function< double > &u) |
Output fem::Function. | |
void | write (const fem::Function< std::complex< double >> &u) |
Output fem::Function. | |
void | write (const mesh::Mesh &mesh, double t) |
Output mesh::Mesh and timestep. | |
void | write (const fem::Function< double > &u, double t) |
Output fem::Function and timestep. | |
void | write (const fem::Function< std::complex< double >> &u, double t) |
Output fem::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.