![]() |
Peano
|
Variables | |
string | initial_conditions |
string | boundary_conditions |
string | 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 49 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 46 of file channel-flow.py.
channel-flow.dimensions |
Definition at line 93 of file channel-flow.py.
channel-flow.end_time |
Definition at line 47 of file channel-flow.py.
channel-flow.first_plot_time_stamp |
Definition at line 98 of file channel-flow.py.
channel-flow.flux |
Definition at line 72 of file channel-flow.py.
channel-flow.initial_conditions |
Definition at line 12 of file channel-flow.py.
channel-flow.limiter |
Definition at line 73 of file channel-flow.py.
channel-flow.make |
Definition at line 117 of file channel-flow.py.
channel-flow.make_clean_first |
Definition at line 117 of file channel-flow.py.
channel-flow.max_eigenvalue |
Definition at line 71 of file channel-flow.py.
channel-flow.max_end_time |
Definition at line 97 of file channel-flow.py.
float channel-flow.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 52 of file channel-flow.py.
channel-flow.min_depth |
Definition at line 45 of file channel-flow.py.
channel-flow.min_end_time |
Definition at line 96 of file channel-flow.py.
float channel-flow.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 53 of file channel-flow.py.
channel-flow.mode |
Definition at line 111 of file channel-flow.py.
channel-flow.offset |
Definition at line 95 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 100 of file channel-flow.py.
channel-flow.project |
Definition at line 78 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 55 of file channel-flow.py.
channel-flow.size = [1.0, 1.0, 1.0] |
Definition at line 51 of file channel-flow.py.
channel-flow.throw_away_data_after_build |
Definition at line 117 of file channel-flow.py.
channel-flow.time_in_between_plots = 0.0 |
Definition at line 87 of file channel-flow.py.
channel-flow.True |
Definition at line 117 of file channel-flow.py.