thermalblockΒΆ
pymor-demo thermalblock [OPTIONS] XBLOCKS YBLOCKS SNAPSHOTS RBSIZE
Thermalblock demo.
Arguments:
XBLOCKSNumber of blocks in x direction. [Required]
YBLOCKSNumber of blocks in y direction. [Required]
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]
Parameters:
--adaptive-greedy-gammaSee pymor.algorithms.adaptivegreedy. [Default:
0.2]--adaptive-greedy-rhoSee pymor.algorithms.adaptivegreedy. [Default:
1.1]--adaptive-greedy-thetaSee pymor.algorithms.adaptivegreedy. [Default:
0.0]--algThe model reduction algorithm to use. [Choices:
naive,greedy,adaptive_greedy,pod, Default:greedy]--cache-regionName of cache region to use for caching solution snapshots. [Choices:
none,memory,disk,persistent, Default:none]--extension-algBasis extension algorithm to be used. [Choices:
trivial,gram_schmidt, Default:gram_schmidt]--fenics, --no-fenicsUse FEniCS model. [Default:
False]--greedy-with-error-estimator, --no-greedy-with-error-estimatorUse error estimator for basis generation. [Default:
True]--gridUse grid with 4*NI*NI elements [Default:
100]--ipython-enginesIf positive, the number of IPython cluster engines to use for parallel greedy search. If zero, no parallelization is performed.
--ipython-profileIPython profile to use for parallelization.
--list-vector-array, --no-list-vector-arraySolve using ListVectorArray[NumpyVector] instead of NumpyVectorArray. [Default:
False]--orderPolynomial order of the Lagrange finite elements to use in FEniCS. [Default:
1]--picklePickle reduced model, as well as reductor and high-dimensional model to files with this prefix.
--productProduct w.r.t. which to orthonormalize and calculate Riesz representatives. [Choices:
euclidean,h1, Default:h1]--plot-err, --no-plot-errPlot error [Default:
False]--plot-error-sequence, --no-plot-error-sequencePlot reduction error vs. basis size. [Default:
False]--plot-solutions, --no-plot-solutionsPlot some example solutions. [Default:
False]--reductorReductor (error estimator) to choose. [Choices:
traditional,residual_basis, Default:residual_basis]--testUse COUNT snapshots for stochastic error estimation. [Default:
10]