parabolic_morΒΆ
pymor-demo parabolic_mor [OPTIONS] BACKEND ALG SNAPSHOTS RBSIZE TEST
Reduced basis approximation of the heat equation.
Arguments:
BACKENDDiscretization toolkit to use. [Required, Choices:
pymor,fenics]ALGThe model reduction algorithm to use. [Required, Choices:
greedy,adaptive_greedy,pod]SNAPSHOTSgreedy/pod: number of training set parameters; adaptive_greedy: size of validation set. [Required]
RBSIZESize of the reduced basis. [Required]
TESTNumber of test parameters for reduction error estimation. [Required]
Parameters:
--pickle, --no-picklePickle reduced model and error analysis results to files. [Default:
True]--plot-err, --no-plot-errPlot error [Default:
False]--plot-error-sequence, --no-plot-error-sequencePlot reduction error vs. basis size. [Default:
False]