thermalblock_simple¶
pymor-demo thermalblock_simple [OPTIONS] MODEL ALG SNAPSHOTS RBSIZE TEST
Simplified version of the ‘thermalblock’ demo script.
Arguments:
MODELHigh-dimensional model. [Required, Choices:
pymor,fenics,ngsolve,pymor_text]ALGThe model reduction algorithm to use. [Required, Choices:
naive,greedy,adaptive_greedy,pod]SNAPSHOTSnaive: ignored; greedy/pod: Number of training_set parameters per block (in total SNAPSHOTS^(XBLOCKS * YBLOCKS) parameters); adaptive_greedy: size of validation set. [Required]
RBSIZESize of the reduced basis. [Required]
TESTNumber of parameters for stochastic error estimation. [Required]
Parameters:
--visualize, --no-visualizeVisualize solution and reduczed solution [Default:
True]