![]() |
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 | |
chile-tsunami.args = parser.parse_args() |
Definition at line 52 of file chile-tsunami.py.
chile-tsunami.boundary_conditions |
Definition at line 32 of file chile-tsunami.py.
chile-tsunami.const_type |
Definition at line 119 of file chile-tsunami.py.
chile-tsunami.const_val |
Definition at line 119 of file chile-tsunami.py.
dictionary chile-tsunami.constants |
Definition at line 54 of file chile-tsunami.py.
chile-tsunami.dimensions |
Definition at line 102 of file chile-tsunami.py.
chile-tsunami.end_time |
Definition at line 50 of file chile-tsunami.py.
chile-tsunami.first_plot_time_stamp |
Definition at line 107 of file chile-tsunami.py.
chile-tsunami.fv_solver |
Definition at line 63 of file chile-tsunami.py.
chile-tsunami.initial_conditions |
Definition at line 12 of file chile-tsunami.py.
chile-tsunami.make |
Definition at line 124 of file chile-tsunami.py.
chile-tsunami.make_clean_first |
Definition at line 124 of file chile-tsunami.py.
chile-tsunami.max_end_time |
Definition at line 106 of file chile-tsunami.py.
tuple chile-tsunami.max_h = (1.1 * min(size) / (3.0**args.min_depth)) |
Definition at line 60 of file chile-tsunami.py.
chile-tsunami.min_depth |
Definition at line 49 of file chile-tsunami.py.
chile-tsunami.min_end_time |
Definition at line 105 of file chile-tsunami.py.
tuple chile-tsunami.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 61 of file chile-tsunami.py.
chile-tsunami.mode |
Definition at line 116 of file chile-tsunami.py.
chile-tsunami.offset |
Definition at line 104 of file chile-tsunami.py.
chile-tsunami.parser = exahype2.ArgumentParser() |
Definition at line 47 of file chile-tsunami.py.
chile-tsunami.periodic_BC |
Definition at line 109 of file chile-tsunami.py.
chile-tsunami.project |
Definition at line 87 of file chile-tsunami.py.
chile-tsunami.refinement_criterion |
Definition at line 39 of file chile-tsunami.py.
chile-tsunami.riemann_solver |
Definition at line 77 of file chile-tsunami.py.
chile-tsunami.size = [7e6, 4e6] |
Definition at line 59 of file chile-tsunami.py.
chile-tsunami.throw_away_data_after_build |
Definition at line 124 of file chile-tsunami.py.
chile-tsunami.time_in_between_plots = 0.0 |
Definition at line 96 of file chile-tsunami.py.
chile-tsunami.True |
Definition at line 124 of file chile-tsunami.py.