29 #ifndef NEMOSYS_GMSHGEN_H_ 30 #define NEMOSYS_GMSHGEN_H_ 107 #endif // NEMOSYS_GMSHGEN_H_ ~gmshGen()
gmshGen standard destructor
std::string mshFname
Name of .msh file output by gmsh.
void globalOptions()
Sets the global geometry and meshing options.
int createMeshFromSTL(const char *fname) override
Creates mesh from input STEP file.
gmshGen()
gmshGen default constructor
void meshSizeFields()
Applies mesh size fields.
void getSurfaceColors()
Gets the surface colors of STEP geometry.
void applyTransfiniteVolumes()
Applies transfinite settings to prescribed hexahedral volumes.
gmshParams contains all parameters essential for mesh generation using gmshGen class methods...
int createMeshFromSTEP(const char *fname)
void applyColorNames()
Applies physical names based on color.
void getGeomNames()
Gets geometry entitiy names of STEP geometry.
const std::string & getMshFilename() const
Get filename of generated .msh file.
gmshParams * meshParams
gmshParams object Parameters