35 : files_(
std::move(files)) {}
51 std::cout <<
"Detected file in GMSH format" << std::endl;
52 std::cout <<
"Converting to VTK ...." << std::endl;
54 std::cerr <<
"Source mesh file is not in GMSH format" << std::endl;
63 static constexpr
Opts opts{};
std::string outputMeshFile
static meshBase * exportGmshToVtk(const std::string &fname)
construct vtkMesh from gmsh msh file (called in Create methods)
A brief description of meshBase.
void execute() const override
Run the workflow represented by the driver.
const Opts & getOpts() const
virtual void write() const
write the mesh to file named after the private var 'filename'.
std::string inputMeshFile
GmshToVtkConversionDriver()
void setFiles(Files files)
virtual void report() const
generate a report of the mesh
const Files & getFiles() const