Class VtkWriter¶
Defined in File vtk_writer.h
Inheritance Relationships¶
Base Type¶
public kernel::numerics::VtkMeshFileWriter(Class VtkMeshFileWriter)
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.
-
VtkWriter(const std::string &filename, bool open_file = false)¶