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

filename

Path of the Gmsh MSH-file.

Returns

grid

The generated GmshGrid.

boundary_info

The generated GmshBoundaryInfo.