burgers_dmdΒΆ
pymor-demo burgers_dmd [OPTIONS] EXP
Burgers demo with different applications of Dynamic Mode Decomposition.
See pymor.analyticalproblems.burgers for more details.
Arguments:
EXPExponent. [Required]
Parameters:
--atolAbsolute tolerance.
--continuous-time, --no-continuous-timeShow continuous time system eigenvalues. [Default:
False]--gridUse grid with this number of elements. [Default:
100]--initial-dataSelect the initial data. [Choices:
sin,bump, Default:sin]--modesNumber of DMD modes
--ntNumber of time steps. [Default:
1000]--periodic, --no-periodicIf not, solve with dirichlet boundary conditions on left and bottom boundary. [Default:
True]--rtolRelative tolerance
--vSpeed in x-direction. [Default:
10.0]