|
Peano
|
Variables | |
| str | initial_conditions |
| str | analytical_solution |
| parser = exahype2.ArgumentParser("ExaHyPE 2 - Euler Gaussian Bell Argument Parser") | |
| min_depth | |
| degrees_of_freedom | |
| 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) |
| riemann_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 27 of file gaussian-bell.py.
| gaussian-bell.args = parser.parse_args() |
Definition at line 64 of file gaussian-bell.py.
| gaussian-bell.degrees_of_freedom |
Definition at line 59 of file gaussian-bell.py.
| gaussian-bell.dimensions |
Definition at line 111 of file gaussian-bell.py.
| gaussian-bell.error_measurement_implementation |
Definition at line 91 of file gaussian-bell.py.
| gaussian-bell.first_plot_time_stamp |
Definition at line 116 of file gaussian-bell.py.
| gaussian-bell.flux |
Definition at line 82 of file gaussian-bell.py.
| gaussian-bell.initial_conditions |
Definition at line 12 of file gaussian-bell.py.
| gaussian-bell.limiter |
Definition at line 84 of file gaussian-bell.py.
| gaussian-bell.make |
Definition at line 136 of file gaussian-bell.py.
| gaussian-bell.make_clean_first |
Definition at line 136 of file gaussian-bell.py.
| gaussian-bell.max_eigenvalue |
Definition at line 83 of file gaussian-bell.py.
| gaussian-bell.max_end_time |
Definition at line 115 of file gaussian-bell.py.
| float gaussian-bell.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 67 of file gaussian-bell.py.
| gaussian-bell.min_depth |
Definition at line 57 of file gaussian-bell.py.
| gaussian-bell.min_end_time |
Definition at line 114 of file gaussian-bell.py.
| float gaussian-bell.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 68 of file gaussian-bell.py.
| gaussian-bell.mode |
Definition at line 129 of file gaussian-bell.py.
| gaussian-bell.offset |
Definition at line 113 of file gaussian-bell.py.
| gaussian-bell.output_file_name |
Definition at line 92 of file gaussian-bell.py.
| gaussian-bell.parser = exahype2.ArgumentParser("ExaHyPE 2 - Euler Gaussian Bell Argument Parser") |
Definition at line 55 of file gaussian-bell.py.
| gaussian-bell.periodic_BC |
Definition at line 118 of file gaussian-bell.py.
| gaussian-bell.periodic_boundary_conditions_x |
Definition at line 60 of file gaussian-bell.py.
| gaussian-bell.periodic_boundary_conditions_y |
Definition at line 61 of file gaussian-bell.py.
| gaussian-bell.periodic_boundary_conditions_z |
Definition at line 62 of file gaussian-bell.py.
| gaussian-bell.project |
Definition at line 95 of file gaussian-bell.py.
| gaussian-bell.riemann_solver |
Definition at line 70 of file gaussian-bell.py.
| gaussian-bell.size = [1.0, 1.0, 1.0] |
Definition at line 66 of file gaussian-bell.py.
| gaussian-bell.throw_away_data_after_build |
Definition at line 136 of file gaussian-bell.py.
| gaussian-bell.time_in_between_plots = 0.0 |
Definition at line 105 of file gaussian-bell.py.
| gaussian-bell.True |
Definition at line 136 of file gaussian-bell.py.