7#include <vtkUnstructuredGrid.h>
16 Chi::log.
Log() <<
"Exporting mesh to VTK files with base " << file_base_name;
18 const auto& grid = *
this;
LogStream Log(LOG_LVL level=LOG_0)
void ExportCellsToVTK(const std::string &file_base_name) const
vtkNew< vtkUnstructuredGrid > PrepareVtkUnstructuredGrid(const chi_mesh::MeshContinuum &grid, bool discontinuous=true)
void WritePVTUFiles(vtkNew< vtkUnstructuredGrid > &ugrid, const std::string &file_base_name)