elliptic

pymor-demo elliptic [OPTIONS] PROBLEM_NUMBER DIRICHLET_NUMBER NEUMANN_NUMBER NEUMANN_COUNT

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

Arguments:

PROBLEM_NUMBER

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

DIRICHLET_NUMBER

Selects the Dirichlet data function. [Required, Choices: 0, 1, 2]

NEUMANN_NUMBER

Selects the Neumann data function. [Required, Choices: 0, 1, 2]

NEUMANN_COUNT

0: no neumann boundary, 1: right edge is neumann boundary, 2: right+top edges are neumann boundary, 3: right+top+bottom edges are neumann boundary [Required, Choices: 0, 1, 2, 3]

Parameters:

--fv, --no-fv

Default: False

--rect, --no-rect

Use RectGrid instead of TriaGrid. [Default: False]