burgersΒΆ
pymor-demo burgers [OPTIONS] EXP
Solves a two-dimensional Burgers-type equation.
See pymor.analyticalproblems.burgers for more details.
Arguments:
EXPExponent. [Required]
Parameters:
--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. [Choices:
sin,bump, Default:sin]--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,simplified_engquist_osher, Default:engquist_osher]--vxSpeed in x-direction. [Default:
1.0]--vySpeed in y-direction. [Default:
1.0]