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 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.
 

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: