DOLFIN-X
DOLFIN-X C++ interface
Public Member Functions | List of all members
dolfinx::io::VTKFile Class Reference

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

Detailed Description

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.


The documentation for this class was generated from the following files: