Class ae108::meshing::cppgmsh::Context
ClassList > ae108 > meshing > cppgmsh > Context
Public Functions
Type | Name |
---|---|
Context (int const argc, char **const argv, const bool readConfigFiles=true, const bool verbose=false) Initializes Gmsh. Gmsh is finalized automatically when the instance of Context is destroyed. |
Public Functions Documentation
function Context
Initializes Gmsh. Gmsh is finalized automatically when the instance of Context is destroyed.
explicit ae108::meshing::cppgmsh::Context::Context (
int const argc,
char **const argv,
const bool readConfigFiles=true,
const bool verbose=false
)
Parameters:
argc
argc
as provided to main().argv
argv
as provided to main().readConfigFiles
Option to read config file.
Note:
https://gitlab.onelab.info/gmsh/gmsh/-/blob/gmsh_4_8_4/api/gmsh.h#L63
The documentation for this class was generated from the following file meshing/src/include/ae108/meshing/cppgmsh/Context.h