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_NUMBERSelects the problem to solve. [Required, Choices:
0,1]DIRICHLET_NUMBERSelects the Dirichlet data function. [Required, Choices:
0,1,2]NEUMANN_NUMBERSelects the Neumann data function. [Required, Choices:
0,1,2]NEUMANN_COUNT0: 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-fvDefault:
False--rect, --no-rectUse RectGrid instead of TriaGrid. [Default:
False]