|
Peano
|
Variables | |
| str | initial_conditions |
| str | boundary_conditions |
| project | |
| parser = exahype2.ArgumentParser() | |
| min_depth | |
| end_time | |
| args = parser.parse_args() | |
| int | dimensions = 2 |
| list | size = [60.0, 60.0] |
| int | dg_order = args.degrees_of_freedom - 1 |
| float | max_h = 1.1 * min(size) / (3.0**args.min_depth) |
| float | min_h = max_h * 3.0 ** (-args.amr_levels) |
| dict | constants |
| dict | unknowns = {"h": 1, "hu": 1, "hv": 1, "lsh": 1, "lshu": 1, "lshv": 1} |
| DEFINE ALL VARIABLES FOR COUPLED MODEL. | |
| dict | auxiliary_variables = {"z": 1} |
| aderdg_solver | |
| flux | |
| ncp | |
| max_eigenvalue | |
| fv_solver | |
| diffusive_source_term | |
| riemann_solver | |
| limiter_solver | |
| float | time_in_between_plots = 0.0 |
| 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 | |
| limited-landslide-tsunami.aderdg_solver |
Definition at line 85 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.args = parser.parse_args() |
Definition at line 62 of file limited-landslide-tsunami.py.
| dict limited-landslide-tsunami.auxiliary_variables = {"z": 1} |
Definition at line 83 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.boundary_conditions |
Definition at line 37 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.const_type |
Definition at line 222 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.const_val |
Definition at line 222 of file limited-landslide-tsunami.py.
| dict limited-landslide-tsunami.constants |
Definition at line 70 of file limited-landslide-tsunami.py.
| int limited-landslide-tsunami.dg_order = args.degrees_of_freedom - 1 |
Definition at line 66 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.diffusive_source_term |
Definition at line 172 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.dimensions = 2 |
Definition at line 64 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.end_time |
Definition at line 60 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.first_plot_time_stamp |
Definition at line 211 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.flux |
Definition at line 96 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.fv_solver |
Definition at line 135 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.initial_conditions |
Definition at line 6 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.limiter_solver |
Definition at line 189 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.make |
Definition at line 224 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.make_clean_first |
Definition at line 224 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.max_eigenvalue |
Definition at line 111 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.max_end_time |
Definition at line 210 of file limited-landslide-tsunami.py.
| float limited-landslide-tsunami.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 67 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.min_depth |
Definition at line 59 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.min_end_time |
Definition at line 209 of file limited-landslide-tsunami.py.
| float limited-landslide-tsunami.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 68 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.mode |
Definition at line 219 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.ncp |
Definition at line 104 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.offset |
Definition at line 208 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.parser = exahype2.ArgumentParser() |
Definition at line 57 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.periodic_BC |
Definition at line 213 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.project |
Definition at line 48 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.riemann_solver |
Definition at line 176 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.size = [60.0, 60.0] |
Definition at line 65 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.throw_away_data_after_build |
Definition at line 224 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.time_in_between_plots = 0.0 |
Definition at line 200 of file limited-landslide-tsunami.py.
| limited-landslide-tsunami.True |
Definition at line 224 of file limited-landslide-tsunami.py.
| dict limited-landslide-tsunami.unknowns = {"h": 1, "hu": 1, "hv": 1, "lsh": 1, "lshu": 1, "lshv": 1} |
DEFINE ALL VARIABLES FOR COUPLED MODEL.
Definition at line 82 of file limited-landslide-tsunami.py.