![]() |
Peano
|
Variables | |
str | initial_conditions |
str | boundary_conditions |
str | refinement_criterion |
parser = SWEArgumentParser() | |
end_time | |
width | |
args = parser.parse_args() | |
tuple | max_h = (1.1 * min(args.width) / (3.0**args.min_depth)) |
tuple | min_h = max_h * 3.0 ** (-args.amr_levels) |
patch_size | |
dict | unknowns = {"h": 1, "hu": 1, "hv": 1} |
dict | auxiliary_variables = {"b": 1} |
riemann_solver | |
plot_description | |
project | |
float | time_in_between_plots = 0.0 |
dimensions | |
size | |
offset | |
min_end_time | |
max_end_time | |
first_plot_time_stamp | |
periodic_BC | |
str | strategy = f"toolbox::loadbalancing::strategies::{args.load_balancing_strategy}" |
assume_periodic_boundary_conditions | |
tuple | configuration |
mode | |
make | |
True | |
make_clean_first | |
throw_away_data_after_build | |
three-mounds-channel.args = parser.parse_args() |
Definition at line 50 of file three-mounds-channel.py.
three-mounds-channel.assume_periodic_boundary_conditions |
Definition at line 112 of file three-mounds-channel.py.
dict three-mounds-channel.auxiliary_variables = {"b": 1} |
Definition at line 57 of file three-mounds-channel.py.
str three-mounds-channel.boundary_conditions |
Definition at line 29 of file three-mounds-channel.py.
tuple three-mounds-channel.configuration |
Definition at line 116 of file three-mounds-channel.py.
three-mounds-channel.dimensions |
Definition at line 97 of file three-mounds-channel.py.
three-mounds-channel.end_time |
Definition at line 47 of file three-mounds-channel.py.
three-mounds-channel.first_plot_time_stamp |
Definition at line 102 of file three-mounds-channel.py.
str three-mounds-channel.initial_conditions |
Definition at line 13 of file three-mounds-channel.py.
three-mounds-channel.make |
Definition at line 134 of file three-mounds-channel.py.
three-mounds-channel.make_clean_first |
Definition at line 134 of file three-mounds-channel.py.
three-mounds-channel.max_end_time |
Definition at line 101 of file three-mounds-channel.py.
tuple three-mounds-channel.max_h = (1.1 * min(args.width) / (3.0**args.min_depth)) |
Definition at line 52 of file three-mounds-channel.py.
three-mounds-channel.min_end_time |
Definition at line 100 of file three-mounds-channel.py.
tuple three-mounds-channel.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 53 of file three-mounds-channel.py.
three-mounds-channel.mode |
Definition at line 128 of file three-mounds-channel.py.
three-mounds-channel.offset |
Definition at line 99 of file three-mounds-channel.py.
three-mounds-channel.parser = SWEArgumentParser() |
Definition at line 45 of file three-mounds-channel.py.
three-mounds-channel.patch_size |
Definition at line 54 of file three-mounds-channel.py.
three-mounds-channel.periodic_BC |
Definition at line 104 of file three-mounds-channel.py.
three-mounds-channel.plot_description |
Definition at line 73 of file three-mounds-channel.py.
three-mounds-channel.project |
Definition at line 82 of file three-mounds-channel.py.
str three-mounds-channel.refinement_criterion |
Definition at line 37 of file three-mounds-channel.py.
three-mounds-channel.riemann_solver |
Definition at line 59 of file three-mounds-channel.py.
three-mounds-channel.size |
Definition at line 98 of file three-mounds-channel.py.
str three-mounds-channel.strategy = f"toolbox::loadbalancing::strategies::{args.load_balancing_strategy}" |
Definition at line 111 of file three-mounds-channel.py.
three-mounds-channel.throw_away_data_after_build |
Definition at line 134 of file three-mounds-channel.py.
three-mounds-channel.time_in_between_plots = 0.0 |
Definition at line 91 of file three-mounds-channel.py.
three-mounds-channel.True |
Definition at line 134 of file three-mounds-channel.py.
dict three-mounds-channel.unknowns = {"h": 1, "hu": 1, "hv": 1} |
Definition at line 56 of file three-mounds-channel.py.
three-mounds-channel.width |
Definition at line 48 of file three-mounds-channel.py.