![]() |
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 | |
tohoku-tsunami.args = parser.parse_args() |
Definition at line 44 of file tohoku-tsunami.py.
tohoku-tsunami.assume_periodic_boundary_conditions |
Definition at line 119 of file tohoku-tsunami.py.
dict tohoku-tsunami.auxiliary_variables = {"b": 1} |
Definition at line 51 of file tohoku-tsunami.py.
str tohoku-tsunami.boundary_conditions |
Definition at line 25 of file tohoku-tsunami.py.
tuple tohoku-tsunami.configuration |
Definition at line 123 of file tohoku-tsunami.py.
tohoku-tsunami.dimensions |
Definition at line 104 of file tohoku-tsunami.py.
tohoku-tsunami.end_time |
Definition at line 41 of file tohoku-tsunami.py.
tohoku-tsunami.first_plot_time_stamp |
Definition at line 109 of file tohoku-tsunami.py.
str tohoku-tsunami.initial_conditions |
Definition at line 13 of file tohoku-tsunami.py.
tohoku-tsunami.make |
Definition at line 143 of file tohoku-tsunami.py.
tohoku-tsunami.make_clean_first |
Definition at line 143 of file tohoku-tsunami.py.
tohoku-tsunami.max_end_time |
Definition at line 108 of file tohoku-tsunami.py.
tuple tohoku-tsunami.max_h = (1.1 * min(args.width) / (3.0**args.min_depth)) |
Definition at line 46 of file tohoku-tsunami.py.
tohoku-tsunami.min_end_time |
Definition at line 107 of file tohoku-tsunami.py.
tuple tohoku-tsunami.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 47 of file tohoku-tsunami.py.
tohoku-tsunami.mode |
Definition at line 135 of file tohoku-tsunami.py.
tohoku-tsunami.offset |
Definition at line 106 of file tohoku-tsunami.py.
tohoku-tsunami.parser = SWEArgumentParser() |
Definition at line 39 of file tohoku-tsunami.py.
tohoku-tsunami.patch_size |
Definition at line 48 of file tohoku-tsunami.py.
tohoku-tsunami.periodic_BC |
Definition at line 111 of file tohoku-tsunami.py.
tohoku-tsunami.plot_description |
Definition at line 67 of file tohoku-tsunami.py.
tohoku-tsunami.project |
Definition at line 89 of file tohoku-tsunami.py.
str tohoku-tsunami.refinement_criterion |
Definition at line 31 of file tohoku-tsunami.py.
tohoku-tsunami.riemann_solver |
Definition at line 53 of file tohoku-tsunami.py.
tohoku-tsunami.size |
Definition at line 105 of file tohoku-tsunami.py.
str tohoku-tsunami.strategy = f"toolbox::loadbalancing::strategies::{args.load_balancing_strategy}" |
Definition at line 118 of file tohoku-tsunami.py.
tohoku-tsunami.throw_away_data_after_build |
Definition at line 143 of file tohoku-tsunami.py.
tohoku-tsunami.time_in_between_plots = 0.0 |
Definition at line 98 of file tohoku-tsunami.py.
tohoku-tsunami.True |
Definition at line 143 of file tohoku-tsunami.py.
dict tohoku-tsunami.unknowns = {"h": 1, "hu": 1, "hv": 1} |
Definition at line 50 of file tohoku-tsunami.py.
tohoku-tsunami.width |
Definition at line 42 of file tohoku-tsunami.py.