elliptic2

pymor-demo elliptic2 [OPTIONS] PROBLEM_NUMBER N NORM

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

Arguments:

PROBLEM_NUMBER

Selects the problem to solve [0 or 1]. [Required, Choices: 0, 1]

N

Triangle count per direction [Required]

NORM

h1: compute the h1-norm of the last snapshot; l2: compute the l2-norm of the last snapshot; k: compute the energy norm of the last snapshot, where the energy-product is constructed with a parameter {‘mu’: k}. [Required, Choices: h1, l2]

Parameters:

--fv, --no-fv

Use finite volume discretization instead of finite elements. [Default: False]