burgers_eiΒΆ
pymor-demo burgers_ei [OPTIONS] EXP_MIN EXP_MAX EI_SNAPSHOTS EI_SIZE SNAPSHOTS RB_SIZE
Reduction of a two-dimensional Burgers-type equation using empirical interpolation.
Arguments:
EXP_MINMinimal exponent. [Required]
EXP_MAXMaximal exponent. [Required]
EI_SNAPSHOTSNumber of snapshots for empirical interpolation. [Required]
EI_SIZENumber of interpolation DOFs. [Required]
SNAPSHOTSNumber of snapshots for basis generation. [Required]
RB_SIZESize of the reduced basis. [Required]
Parameters:
--cache-regionName of cache region to use for caching solution snapshots. [Choices:
none,memory,disk,persistent, Default:disk]--ei-algInterpolation algorithm to use. [Choices:
ei_greedy,deim,qdeim, Default:ei_greedy]--gridUse grid with (2*NI)*NI elements. [Default:
60]--grid-typeType of grid to use. [Choices:
rect,tria, Default:rect]--initial-dataSelect the initial data (sin, bump). [Choices:
sin,bump, Default:sin]--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.
--lxf-lambdaParameter lambda in Lax-Friedrichs flux. [Default:
1.0]--periodic, --no-periodicIf not, solve with dirichlet boundary conditions on left and bottom boundary. [Default:
True]--ntNumber of time steps. [Default:
100]--num-fluxNumerical flux to use. [Choices:
lax_friedrichs,engquist_osher, Default:engquist_osher]--plot-err, --no-plot-errPlot error. [Default:
False]--plot-ei-err, --no-plot-ei-errPlot empirical interpolation error. [Default:
False]--plot-error-landscape, --no-plot-error-landscapeCalculate and show plot of reduction error vs. basis sizes. [Default:
False]--plot-error-landscape-mNumber of collateral basis sizes to test. [Default:
10]--plot-error-landscape-nNumber of basis sizes to test. [Default:
10]--plot-solutions, --no-plot-solutionsPlot some example solutions. [Default:
False]--testNumber of snapshots to use for stochastic error estimation. [Default:
10]--vxSpeed in x-direction. [Default:
1.0]--vySpeed in y-direction. [Default:
1.0]