pymor.discretizers.builtin.grids.gmsh¶ Module Contents¶ pymor.discretizers.builtin.grids.gmsh.load_gmsh(filename)[source]¶ Parse a Gmsh file and create a corresponding GmshGrid and GmshBoundaryInfo. Parameters filenamePath of the Gmsh MSH-file. Returns gridThe generated GmshGrid. boundary_infoThe generated GmshBoundaryInfo.