|
Peano
|
Variables | |
| str | initial_conditions |
| str | analytical_solution |
| parser = exahype2.ArgumentParser("ExaHyPE 2 - Finite Volumes Testing Script") | |
| min_depth | |
| degrees_of_freedom | |
| number_of_snapshots | |
| periodic_boundary_conditions_x | |
| periodic_boundary_conditions_y | |
| periodic_boundary_conditions_z | |
| args = parser.parse_args() | |
| list | size = [1.0, 1.0, 1.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 | |
| flux | |
| max_eigenvalue | |
| limiter | |
| error_measurement_implementation | |
| output_file_name | |
| project | |
| float | time_in_between_plots = 0.0 |
| dimensions | |
| offset | |
| min_end_time | |
| max_end_time | |
| first_plot_time_stamp | |
| periodic_BC | |
| mode | |
| make | |
| True | |
| make_clean_first | |
| throw_away_data_after_build | |
| str gaussian-bell.analytical_solution |
Definition at line 23 of file gaussian-bell.py.
| gaussian-bell.args = parser.parse_args() |
Definition at line 61 of file gaussian-bell.py.
| gaussian-bell.degrees_of_freedom |
Definition at line 55 of file gaussian-bell.py.
| gaussian-bell.dimensions |
Definition at line 108 of file gaussian-bell.py.
| gaussian-bell.error_measurement_implementation |
Definition at line 88 of file gaussian-bell.py.
| gaussian-bell.first_plot_time_stamp |
Definition at line 113 of file gaussian-bell.py.
| gaussian-bell.flux |
Definition at line 79 of file gaussian-bell.py.
| gaussian-bell.fv_solver |
Definition at line 67 of file gaussian-bell.py.
| gaussian-bell.initial_conditions |
Definition at line 8 of file gaussian-bell.py.
| gaussian-bell.limiter |
Definition at line 81 of file gaussian-bell.py.
| gaussian-bell.make |
Definition at line 130 of file gaussian-bell.py.
| gaussian-bell.make_clean_first |
Definition at line 130 of file gaussian-bell.py.
| gaussian-bell.max_eigenvalue |
Definition at line 80 of file gaussian-bell.py.
| gaussian-bell.max_end_time |
Definition at line 112 of file gaussian-bell.py.
| float gaussian-bell.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 64 of file gaussian-bell.py.
| gaussian-bell.min_depth |
Definition at line 53 of file gaussian-bell.py.
| gaussian-bell.min_end_time |
Definition at line 111 of file gaussian-bell.py.
| float gaussian-bell.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 65 of file gaussian-bell.py.
| gaussian-bell.mode |
Definition at line 125 of file gaussian-bell.py.
| gaussian-bell.number_of_snapshots |
Definition at line 56 of file gaussian-bell.py.
| gaussian-bell.offset |
Definition at line 110 of file gaussian-bell.py.
| gaussian-bell.output_file_name |
Definition at line 89 of file gaussian-bell.py.
| gaussian-bell.parser = exahype2.ArgumentParser("ExaHyPE 2 - Finite Volumes Testing Script") |
Definition at line 51 of file gaussian-bell.py.
| gaussian-bell.periodic_BC |
Definition at line 115 of file gaussian-bell.py.
| gaussian-bell.periodic_boundary_conditions_x |
Definition at line 57 of file gaussian-bell.py.
| gaussian-bell.periodic_boundary_conditions_y |
Definition at line 58 of file gaussian-bell.py.
| gaussian-bell.periodic_boundary_conditions_z |
Definition at line 59 of file gaussian-bell.py.
| gaussian-bell.project |
Definition at line 92 of file gaussian-bell.py.
| gaussian-bell.size = [1.0, 1.0, 1.0] |
Definition at line 63 of file gaussian-bell.py.
| gaussian-bell.throw_away_data_after_build |
Definition at line 130 of file gaussian-bell.py.
| gaussian-bell.time_in_between_plots = 0.0 |
Definition at line 102 of file gaussian-bell.py.
| gaussian-bell.True |
Definition at line 130 of file gaussian-bell.py.