44 VTKFile(
const std::string filename);
68 const std::string _filename;
This class represents a function in a finite element function space , given by.
Definition: Function.h:43
Output of meshes and functions in VTK format.
Definition: VTKFile.h:41
VTKFile(const std::string filename)
Create VTK file.
Definition: VTKFile.cpp:610
void write(const mesh::Mesh &mesh)
Output mesh.
Definition: VTKFile.cpp:615
~VTKFile()=default
Destructor.
A Mesh consists of a set of connected and numbered mesh topological entities, and geometry data.
Definition: Mesh.h:57