pymor.discretizers.builtin.grids.gmsh¶ Module Contents¶ Functions¶ load_gmsh Parse a Gmsh file and create a corresponding GmshGrid and GmshBoundaryInfo. 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.