pymordemos.elliptic_unstructured

Module Contents

pymordemos.elliptic_unstructured.main(angle: float = Argument(..., help='The angle of the circular sector.'), num_points: int = Argument(..., help='The number of points that form the arc of the circular sector.'), clscale: float = Argument(..., help='Mesh element size scaling factor.'))[source]

Solves the 2D-Poisson equation on a circular sector of radius 1 with an unstructured mesh.

Note that Gmsh (https://gmsh.info/) is required for meshing.