|
Peano
|
Variables | |
| str | initial_conditions |
| str | boundary_conditions |
| str | refinement_criterion |
| parser = exahype2.ArgumentParser("ExaHyPE 2 - Euler Channel Flow Argument Parser") | |
| min_depth | |
| degrees_of_freedom | |
| end_time | |
| args = parser.parse_args() | |
| list | size = [1.0, 1.0, 1.0] |
| float | max_h = 1.1 * min(size) / (3.0**args.min_depth) |
| float | min_h = max_h * 3.0 ** (-args.amr_levels) |
| riemann_solver | |
| max_eigenvalue | |
| flux | |
| limiter | |
| project | |
| float | time_in_between_plots = 0.0 |
| dimensions | |
| offset | |
| min_end_time | |
| max_end_time | |
| first_plot_time_stamp | |
| periodic_BC | |
| mode | |
| make | |
| True | |
| make_clean_first | |
| throw_away_data_after_build | |
| channel-flow.args = parser.parse_args() |
Definition at line 45 of file channel-flow.py.
| channel-flow.boundary_conditions |
Definition at line 22 of file channel-flow.py.
| channel-flow.degrees_of_freedom |
Definition at line 44 of file channel-flow.py.
| channel-flow.dimensions |
Definition at line 89 of file channel-flow.py.
| channel-flow.end_time |
Definition at line 44 of file channel-flow.py.
| channel-flow.first_plot_time_stamp |
Definition at line 94 of file channel-flow.py.
| channel-flow.flux |
Definition at line 68 of file channel-flow.py.
| channel-flow.initial_conditions |
Definition at line 12 of file channel-flow.py.
| channel-flow.limiter |
Definition at line 69 of file channel-flow.py.
| channel-flow.make |
Definition at line 113 of file channel-flow.py.
| channel-flow.make_clean_first |
Definition at line 113 of file channel-flow.py.
| channel-flow.max_eigenvalue |
Definition at line 67 of file channel-flow.py.
| channel-flow.max_end_time |
Definition at line 93 of file channel-flow.py.
| float channel-flow.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 48 of file channel-flow.py.
| channel-flow.min_depth |
Definition at line 44 of file channel-flow.py.
| channel-flow.min_end_time |
Definition at line 92 of file channel-flow.py.
| float channel-flow.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 49 of file channel-flow.py.
| channel-flow.mode |
Definition at line 107 of file channel-flow.py.
| channel-flow.offset |
Definition at line 91 of file channel-flow.py.
| channel-flow.parser = exahype2.ArgumentParser("ExaHyPE 2 - Euler Channel Flow Argument Parser") |
Definition at line 43 of file channel-flow.py.
| channel-flow.periodic_BC |
Definition at line 96 of file channel-flow.py.
| channel-flow.project |
Definition at line 74 of file channel-flow.py.
| channel-flow.refinement_criterion |
Definition at line 38 of file channel-flow.py.
| channel-flow.riemann_solver |
Definition at line 51 of file channel-flow.py.
| channel-flow.size = [1.0, 1.0, 1.0] |
Definition at line 47 of file channel-flow.py.
| channel-flow.throw_away_data_after_build |
Definition at line 113 of file channel-flow.py.
| channel-flow.time_in_between_plots = 0.0 |
Definition at line 83 of file channel-flow.py.
| channel-flow.True |
Definition at line 113 of file channel-flow.py.