pymordemos.elliptic_oned

Module Contents

pymordemos.elliptic_oned.main(problem_number: int = Argument(..., min=0, max=1, help='Selects the problem to solve [0 or 1].'), n: int = Argument(..., help='Grid interval count.'), fv: bool = Option(False, help='Use finite volume discretization instead of finite elements.'))[source]

Solves the Poisson equation in 1D using pyMOR’s builtin discretization toolkit.