pymor.discretizers.builtin.grids.gmsh¶
Module Contents¶
- pymor.discretizers.builtin.grids.gmsh.load_gmsh(filename)[source]¶
Parse a Gmsh file and create a corresponding grid and boundary info.
Parameters
- filename
Path of the Gmsh MSH-file.
Returns
- grid
The generated
UnstructuredTriangleGrid.- boundary_info
The generated
BoundaryInfo.