|
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] |
| list | offset = [3e6, 0.0] |
| 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 | |
| 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.aderdg_solver |
Definition at line 84 of file chile-tsunami.py.
| chile-tsunami.args = parser.parse_args() |
Definition at line 71 of file chile-tsunami.py.
| chile-tsunami.boundary_conditions |
Definition at line 33 of file chile-tsunami.py.
| chile-tsunami.const_type |
Definition at line 211 of file chile-tsunami.py.
| chile-tsunami.const_val |
Definition at line 211 of file chile-tsunami.py.
| dict chile-tsunami.constants |
Definition at line 73 of file chile-tsunami.py.
| chile-tsunami.degrees_of_freedom |
Definition at line 69 of file chile-tsunami.py.
| int chile-tsunami.dg_order = args.degrees_of_freedom - 1 |
Definition at line 82 of file chile-tsunami.py.
| chile-tsunami.dimensions |
Definition at line 190 of file chile-tsunami.py.
| chile-tsunami.end_time |
Definition at line 68 of file chile-tsunami.py.
| chile-tsunami.first_plot_time_stamp |
Definition at line 195 of file chile-tsunami.py.
| chile-tsunami.flux |
Definition at line 97 of file chile-tsunami.py.
| chile-tsunami.fv_solver |
Definition at line 142 of file chile-tsunami.py.
| chile-tsunami.initial_conditions |
Definition at line 13 of file chile-tsunami.py.
| str chile-tsunami.is_physically_admissible |
Definition at line 40 of file chile-tsunami.py.
| chile-tsunami.limiter_solver |
Definition at line 165 of file chile-tsunami.py.
| chile-tsunami.make |
Definition at line 214 of file chile-tsunami.py.
| chile-tsunami.make_clean_first |
Definition at line 214 of file chile-tsunami.py.
| chile-tsunami.max_eigenvalue |
Definition at line 105 of file chile-tsunami.py.
| chile-tsunami.max_end_time |
Definition at line 194 of file chile-tsunami.py.
| float chile-tsunami.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 80 of file chile-tsunami.py.
| chile-tsunami.min_depth |
Definition at line 67 of file chile-tsunami.py.
| chile-tsunami.min_end_time |
Definition at line 193 of file chile-tsunami.py.
| float chile-tsunami.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 81 of file chile-tsunami.py.
| chile-tsunami.mode |
Definition at line 207 of file chile-tsunami.py.
| chile-tsunami.ncp |
Definition at line 104 of file chile-tsunami.py.
| chile-tsunami.offset = [3e6, 0.0] |
Definition at line 79 of file chile-tsunami.py.
| chile-tsunami.parser = exahype2.ArgumentParser() |
Definition at line 65 of file chile-tsunami.py.
| chile-tsunami.periodic_BC |
Definition at line 197 of file chile-tsunami.py.
| chile-tsunami.project |
Definition at line 172 of file chile-tsunami.py.
| chile-tsunami.riemann_solver |
Definition at line 108 of file chile-tsunami.py.
| chile-tsunami.size = [4e6, 4e6] |
Definition at line 78 of file chile-tsunami.py.
| chile-tsunami.throw_away_data_after_build |
Definition at line 214 of file chile-tsunami.py.
| chile-tsunami.time_in_between_plots = 0.0 |
Definition at line 184 of file chile-tsunami.py.
| chile-tsunami.True |
Definition at line 214 of file chile-tsunami.py.