elliptic2¶
pymor-demo elliptic2 [OPTIONS] PROBLEM_NUMBER N NORM
Solves the Poisson equation in 2D using pyMOR’s builtin discretization toolkit.
Arguments:
PROBLEM_NUMBERSelects the problem to solve [0 or 1]. [Required, Choices:
0,1]NTriangle count per direction [Required]
NORMh1: 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-fvUse finite volume discretization instead of finite elements. [Default:
False]