![]() |
Peano
|
Go to the source code of this file.
Namespaces | |
channel-flow | |
Variables | |
string | channel-flow.initial_conditions |
string | channel-flow.boundary_conditions |
string | channel-flow.refinement_criterion |
channel-flow.parser = exahype2.ArgumentParser("ExaHyPE 2 Euler Channel Flow Argument Parser") | |
channel-flow.min_depth | |
channel-flow.degrees_of_freedom | |
channel-flow.end_time | |
channel-flow.args = parser.parse_args() | |
list | channel-flow.size = [1.0, 1.0, 1.0] |
float | channel-flow.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
float | channel-flow.min_h = max_h * 3.0 ** (-args.amr_levels) |
channel-flow.riemann_solver | |
channel-flow.max_eigenvalue | |
channel-flow.flux | |
channel-flow.limiter | |
channel-flow.project | |
float | channel-flow.time_in_between_plots = 0.0 |
channel-flow.dimensions | |
channel-flow.offset | |
channel-flow.min_end_time | |
channel-flow.max_end_time | |
channel-flow.first_plot_time_stamp | |
channel-flow.periodic_BC | |
channel-flow.mode | |
channel-flow.make | |
channel-flow.True | |
channel-flow.make_clean_first | |
channel-flow.throw_away_data_after_build | |