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:

EXP

Exponent. [Required]

Parameters:

--atol

Absolute tolerance.

--continuous-time, --no-continuous-time

Show continuous time system eigenvalues. [Default: False]

--grid

Use grid with this number of elements. [Default: 100]

--initial-data

Select the initial data. [Choices: sin, bump, Default: sin]

--modes

Number of DMD modes

--nt

Number of time steps. [Default: 1000]

--periodic, --no-periodic

If not, solve with dirichlet boundary conditions on left and bottom boundary. [Default: True]

--rtol

Relative tolerance

--v

Speed in x-direction. [Default: 10.0]