thermalblock_adaptiveΒΆ
pymor-demo thermalblock_adaptive [OPTIONS] RBSIZE
Modified thermalblock demo using adaptive greedy basis generation algorithm.
Arguments:
RBSIZESize of the reduced basis. [Required]
Parameters:
--cache-regionName of cache region to use for caching solution snapshots. [Choices:
none,memory,disk,persistent, Default:none]--error-estimator, --no-error-estimatorUse error estimator for basis generation. [Default:
True]--gammaWeight factor for age penalty term in refinement indicators. [Default:
0.2]--gridUse grid with 2*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. [Default:
0]--ipython-profileIPython profile to use for parallelization.
--list-vector-array, --no-list-vector-arraySolve using ListVectorArray[NumpyVector] instead of NumpyVectorArray. [Default:
False]--picklePickle reduced discretization, as well as reductor and high-dimensional model to files with this prefix.
--plot-err, --no-plot-errPlot error. [Default:
False]--plot-solutions, --no-plot-solutionsPlot some example solutions. [Default:
False]--plot-error-sequence, --no-plot-error-sequencePlot reduction error vs. basis size. [Default:
False]--productProduct w.r.t. which to orthonormalize and calculate Riesz representatives. [Choices:
euclidean,h1, Default:h1]--reductorReductor (error estimator) to choose (traditional, residual_basis). [Choices:
traditional,residual_basis, Default:residual_basis]--rhoMaximum allowed ratio between error on validation set and on training set. [Default:
1.1]--testUse COUNT snapshots for stochastic error estimation. [Default:
10]--thetaRatio of elements to refine. [Default:
0.0]--validation-musSize of validation set. [Default:
0]--visualize-refinement, --no-visualize-refinementVisualize the training set refinement indicators. [Default:
True]