parabolic_morΒΆ

pymor-demo parabolic_mor [OPTIONS] BACKEND ALG SNAPSHOTS RBSIZE TEST

Reduced basis approximation of the heat equation.

Arguments:

BACKEND

Discretization toolkit to use. [Required, Choices: pymor, fenics]

ALG

The model reduction algorithm to use. [Required, Choices: greedy, adaptive_greedy, pod]

SNAPSHOTS

greedy/pod: number of training set parameters; adaptive_greedy: size of validation set. [Required]

RBSIZE

Size of the reduced basis. [Required]

TEST

Number of test parameters for reduction error estimation. [Required]

Parameters:

--pickle, --no-pickle

Pickle reduced model and error analysis results to files. [Default: True]

--plot-err, --no-plot-err

Plot error [Default: False]

--plot-error-sequence, --no-plot-error-sequence

Plot reduction error vs. basis size. [Default: False]