|
Peano
|
Variables | |
| str | initial_conditions |
| str | boundary_conditions |
| str | refinement_criterion |
| parser = exahype2.ArgumentParser() | |
| min_depth | |
| degrees_of_freedom | |
| end_time | |
| args = parser.parse_args() | |
| dict | constants |
| list | size = [30.0, 30.0] |
| float | max_h = 1.1 * min(size) / (3.0**args.min_depth) |
| float | 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 | |
| three-mounds-channel.args = parser.parse_args() |
Definition at line 48 of file three-mounds-channel.py.
| three-mounds-channel.boundary_conditions |
Definition at line 21 of file three-mounds-channel.py.
| three-mounds-channel.const_type |
Definition at line 116 of file three-mounds-channel.py.
| three-mounds-channel.const_val |
Definition at line 116 of file three-mounds-channel.py.
| dict three-mounds-channel.constants |
Definition at line 50 of file three-mounds-channel.py.
| three-mounds-channel.degrees_of_freedom |
Definition at line 45 of file three-mounds-channel.py.
| three-mounds-channel.dimensions |
Definition at line 97 of file three-mounds-channel.py.
| three-mounds-channel.end_time |
Definition at line 46 of file three-mounds-channel.py.
| three-mounds-channel.first_plot_time_stamp |
Definition at line 102 of file three-mounds-channel.py.
| three-mounds-channel.fv_solver |
Definition at line 59 of file three-mounds-channel.py.
| three-mounds-channel.initial_conditions |
Definition at line 6 of file three-mounds-channel.py.
| three-mounds-channel.make |
Definition at line 118 of file three-mounds-channel.py.
| three-mounds-channel.make_clean_first |
Definition at line 118 of file three-mounds-channel.py.
| three-mounds-channel.max_end_time |
Definition at line 101 of file three-mounds-channel.py.
| float three-mounds-channel.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 56 of file three-mounds-channel.py.
| three-mounds-channel.min_depth |
Definition at line 44 of file three-mounds-channel.py.
| three-mounds-channel.min_end_time |
Definition at line 100 of file three-mounds-channel.py.
| float three-mounds-channel.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 57 of file three-mounds-channel.py.
| three-mounds-channel.mode |
Definition at line 113 of file three-mounds-channel.py.
| three-mounds-channel.offset |
Definition at line 99 of file three-mounds-channel.py.
| three-mounds-channel.parser = exahype2.ArgumentParser() |
Definition at line 42 of file three-mounds-channel.py.
| three-mounds-channel.periodic_BC |
Definition at line 104 of file three-mounds-channel.py.
| three-mounds-channel.project |
Definition at line 82 of file three-mounds-channel.py.
| three-mounds-channel.refinement_criterion |
Definition at line 28 of file three-mounds-channel.py.
| three-mounds-channel.riemann_solver |
Definition at line 73 of file three-mounds-channel.py.
| three-mounds-channel.size = [30.0, 30.0] |
Definition at line 55 of file three-mounds-channel.py.
| three-mounds-channel.throw_away_data_after_build |
Definition at line 118 of file three-mounds-channel.py.
| three-mounds-channel.time_in_between_plots = 0.0 |
Definition at line 91 of file three-mounds-channel.py.
| three-mounds-channel.True |
Definition at line 118 of file three-mounds-channel.py.