|
Peano
|
Variables | |
| str | initial_conditions |
| str | boundary_conditions |
| str | is_physically_admissible |
| parser = exahype2.ArgumentParser() | |
| min_depth | |
| end_time | |
| degrees_of_freedom | |
| args = parser.parse_args() | |
| dict | constants |
| list | size = [4e6, 4e6] |
| float | max_h = 1.1 * min(size) / (3.0**args.min_depth) |
| float | min_h = max_h * 3.0 ** (-args.amr_levels) |
| int | dg_order = args.degrees_of_freedom - 1 |
| aderdg_solver | |
| flux | |
| ncp | |
| max_eigenvalue | |
| riemann_solver | |
| fv_solver | |
| limiter_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.aderdg_solver |
Definition at line 65 of file tohoku-tsunami.py.
| tohoku-tsunami.args = parser.parse_args() |
Definition at line 53 of file tohoku-tsunami.py.
| tohoku-tsunami.boundary_conditions |
Definition at line 33 of file tohoku-tsunami.py.
| tohoku-tsunami.const_type |
Definition at line 189 of file tohoku-tsunami.py.
| tohoku-tsunami.const_val |
Definition at line 189 of file tohoku-tsunami.py.
| dict tohoku-tsunami.constants |
Definition at line 55 of file tohoku-tsunami.py.
| tohoku-tsunami.degrees_of_freedom |
Definition at line 51 of file tohoku-tsunami.py.
| int tohoku-tsunami.dg_order = args.degrees_of_freedom - 1 |
Definition at line 63 of file tohoku-tsunami.py.
| tohoku-tsunami.dimensions |
Definition at line 171 of file tohoku-tsunami.py.
| tohoku-tsunami.end_time |
Definition at line 50 of file tohoku-tsunami.py.
| tohoku-tsunami.first_plot_time_stamp |
Definition at line 176 of file tohoku-tsunami.py.
| tohoku-tsunami.flux |
Definition at line 78 of file tohoku-tsunami.py.
| tohoku-tsunami.fv_solver |
Definition at line 123 of file tohoku-tsunami.py.
| tohoku-tsunami.initial_conditions |
Definition at line 13 of file tohoku-tsunami.py.
| str tohoku-tsunami.is_physically_admissible |
Definition at line 40 of file tohoku-tsunami.py.
| tohoku-tsunami.limiter_solver |
Definition at line 146 of file tohoku-tsunami.py.
| tohoku-tsunami.make |
Definition at line 193 of file tohoku-tsunami.py.
| tohoku-tsunami.make_clean_first |
Definition at line 193 of file tohoku-tsunami.py.
| tohoku-tsunami.max_eigenvalue |
Definition at line 86 of file tohoku-tsunami.py.
| tohoku-tsunami.max_end_time |
Definition at line 175 of file tohoku-tsunami.py.
| float tohoku-tsunami.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 61 of file tohoku-tsunami.py.
| tohoku-tsunami.min_depth |
Definition at line 49 of file tohoku-tsunami.py.
| tohoku-tsunami.min_end_time |
Definition at line 174 of file tohoku-tsunami.py.
| float tohoku-tsunami.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 62 of file tohoku-tsunami.py.
| tohoku-tsunami.mode |
Definition at line 185 of file tohoku-tsunami.py.
| tohoku-tsunami.ncp |
Definition at line 85 of file tohoku-tsunami.py.
| tohoku-tsunami.offset |
Definition at line 173 of file tohoku-tsunami.py.
| tohoku-tsunami.parser = exahype2.ArgumentParser() |
Definition at line 47 of file tohoku-tsunami.py.
| tohoku-tsunami.periodic_BC |
Definition at line 178 of file tohoku-tsunami.py.
| tohoku-tsunami.project |
Definition at line 153 of file tohoku-tsunami.py.
| tohoku-tsunami.riemann_solver |
Definition at line 89 of file tohoku-tsunami.py.
| tohoku-tsunami.size = [4e6, 4e6] |
Definition at line 60 of file tohoku-tsunami.py.
| tohoku-tsunami.throw_away_data_after_build |
Definition at line 193 of file tohoku-tsunami.py.
| tohoku-tsunami.time_in_between_plots = 0.0 |
Definition at line 165 of file tohoku-tsunami.py.
| tohoku-tsunami.True |
Definition at line 193 of file tohoku-tsunami.py.