![]() |
Peano
|
Variables | |
string | initial_conditions |
string | boundary_conditions |
string | refinement_criterion |
parser = exahype2.ArgumentParser() | |
min_depth | |
end_time | |
args = parser.parse_args() | |
dictionary | constants |
list | size = [7e6, 4e6] |
tuple | max_h = (1.1 * min(size) / (3.0**args.min_depth)) |
tuple | min_h = max_h * 3.0 ** (-args.amr_levels) |
fv_solver | |
riemann_solver | |
project | |
float | time_in_between_plots = 0.0 |
dimensions | |
offset | |
min_end_time | |
max_end_time | |
first_plot_time_stamp | |
periodic_BC | |
mode | |
const_val | |
const_type | |
make | |
True | |
make_clean_first | |
throw_away_data_after_build | |
tohoku-tsunami.args = parser.parse_args() |
Definition at line 51 of file tohoku-tsunami.py.
tohoku-tsunami.boundary_conditions |
Definition at line 32 of file tohoku-tsunami.py.
tohoku-tsunami.const_type |
Definition at line 120 of file tohoku-tsunami.py.
tohoku-tsunami.const_val |
Definition at line 120 of file tohoku-tsunami.py.
dictionary tohoku-tsunami.constants |
Definition at line 53 of file tohoku-tsunami.py.
tohoku-tsunami.dimensions |
Definition at line 103 of file tohoku-tsunami.py.
tohoku-tsunami.end_time |
Definition at line 49 of file tohoku-tsunami.py.
tohoku-tsunami.first_plot_time_stamp |
Definition at line 108 of file tohoku-tsunami.py.
tohoku-tsunami.fv_solver |
Definition at line 62 of file tohoku-tsunami.py.
tohoku-tsunami.initial_conditions |
Definition at line 12 of file tohoku-tsunami.py.
tohoku-tsunami.make |
Definition at line 126 of file tohoku-tsunami.py.
tohoku-tsunami.make_clean_first |
Definition at line 126 of file tohoku-tsunami.py.
tohoku-tsunami.max_end_time |
Definition at line 107 of file tohoku-tsunami.py.
tuple tohoku-tsunami.max_h = (1.1 * min(size) / (3.0**args.min_depth)) |
Definition at line 59 of file tohoku-tsunami.py.
tohoku-tsunami.min_depth |
Definition at line 48 of file tohoku-tsunami.py.
tohoku-tsunami.min_end_time |
Definition at line 106 of file tohoku-tsunami.py.
tuple tohoku-tsunami.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 60 of file tohoku-tsunami.py.
tohoku-tsunami.mode |
Definition at line 117 of file tohoku-tsunami.py.
tohoku-tsunami.offset |
Definition at line 105 of file tohoku-tsunami.py.
tohoku-tsunami.parser = exahype2.ArgumentParser() |
Definition at line 46 of file tohoku-tsunami.py.
tohoku-tsunami.periodic_BC |
Definition at line 110 of file tohoku-tsunami.py.
tohoku-tsunami.project |
Definition at line 88 of file tohoku-tsunami.py.
tohoku-tsunami.refinement_criterion |
Definition at line 38 of file tohoku-tsunami.py.
tohoku-tsunami.riemann_solver |
Definition at line 78 of file tohoku-tsunami.py.
tohoku-tsunami.size = [7e6, 4e6] |
Definition at line 58 of file tohoku-tsunami.py.
tohoku-tsunami.throw_away_data_after_build |
Definition at line 126 of file tohoku-tsunami.py.
tohoku-tsunami.time_in_between_plots = 0.0 |
Definition at line 97 of file tohoku-tsunami.py.
tohoku-tsunami.True |
Definition at line 126 of file tohoku-tsunami.py.