Class VtkWriter

Inheritance Relationships

Base Type

Class Documentation

class VtkWriter : public kernel::numerics::VtkMeshFileWriter

Public Functions

VtkWriter(const std::string &filename, bool open_file = false)

Constructor.

void write_solution(const Mesh<2> &mesh, const DynVec<real_t> &data, const FVDoFManager<2> &manager)

Write the mesh into the file specified in constructor of this class.