|
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} |
| my_solver | |
| flux | |
| ncp | |
| max_eigenvalue | |
| diffusive_source_term | |
| riemann_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 | |
| fv-landslide-tsunami.args = parser.parse_args() |
Definition at line 62 of file fv-landslide-tsunami.py.
| dict fv-landslide-tsunami.auxiliary_variables = {"z": 1} |
Definition at line 83 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.boundary_conditions |
Definition at line 37 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.const_type |
Definition at line 162 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.const_val |
Definition at line 162 of file fv-landslide-tsunami.py.
| dict fv-landslide-tsunami.constants |
Definition at line 70 of file fv-landslide-tsunami.py.
| int fv-landslide-tsunami.dg_order = args.degrees_of_freedom - 1 |
Definition at line 66 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.diffusive_source_term |
Definition at line 122 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.dimensions = 2 |
Definition at line 64 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.end_time |
Definition at line 60 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.first_plot_time_stamp |
Definition at line 151 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.flux |
Definition at line 96 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.initial_conditions |
Definition at line 6 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.make |
Definition at line 164 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.make_clean_first |
Definition at line 164 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.max_eigenvalue |
Definition at line 111 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.max_end_time |
Definition at line 150 of file fv-landslide-tsunami.py.
| float fv-landslide-tsunami.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 67 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.min_depth |
Definition at line 59 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.min_end_time |
Definition at line 149 of file fv-landslide-tsunami.py.
| float fv-landslide-tsunami.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 68 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.mode |
Definition at line 159 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.my_solver |
Definition at line 85 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.ncp |
Definition at line 104 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.offset |
Definition at line 148 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.parser = exahype2.ArgumentParser() |
Definition at line 57 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.periodic_BC |
Definition at line 153 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.project |
Definition at line 48 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.riemann_solver |
Definition at line 126 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.size = [60.0, 60.0] |
Definition at line 65 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.throw_away_data_after_build |
Definition at line 164 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.time_in_between_plots = 0.0 |
Definition at line 140 of file fv-landslide-tsunami.py.
| fv-landslide-tsunami.True |
Definition at line 164 of file fv-landslide-tsunami.py.
| dict fv-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 fv-landslide-tsunami.py.