|
Peano
|
Variables | |
| str | initial_conditions |
| str | boundary_conditions |
| str | refinement_criterion |
| str | analytical_solution |
| parser = exahype2.ArgumentParser("ExaHyPE 2 Euler Taylor-Green Vortex 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 = [2 * 3.14159265359, 2 * 3.14159265359, 2 * 3.14159265359] |
| float | max_h = 1.1 * min(size) / (3.0**args.min_depth) |
| float | min_h = max_h * 3.0 ** (-args.amr_levels) |
| riemann_solver | |
| max_eigenvalue | |
| flux | |
| 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 taylor-green-vortex.analytical_solution |
Definition at line 36 of file taylor-green-vortex.py.
| taylor-green-vortex.args = parser.parse_args() |
Definition at line 69 of file taylor-green-vortex.py.
| taylor-green-vortex.boundary_conditions |
Definition at line 28 of file taylor-green-vortex.py.
| taylor-green-vortex.degrees_of_freedom |
Definition at line 64 of file taylor-green-vortex.py.
| taylor-green-vortex.dimensions |
Definition at line 119 of file taylor-green-vortex.py.
| taylor-green-vortex.error_measurement_implementation |
Definition at line 100 of file taylor-green-vortex.py.
| taylor-green-vortex.first_plot_time_stamp |
Definition at line 124 of file taylor-green-vortex.py.
| taylor-green-vortex.flux |
Definition at line 92 of file taylor-green-vortex.py.
| taylor-green-vortex.initial_conditions |
Definition at line 12 of file taylor-green-vortex.py.
| taylor-green-vortex.limiter |
Definition at line 93 of file taylor-green-vortex.py.
| taylor-green-vortex.make |
Definition at line 143 of file taylor-green-vortex.py.
| taylor-green-vortex.make_clean_first |
Definition at line 143 of file taylor-green-vortex.py.
| taylor-green-vortex.max_eigenvalue |
Definition at line 91 of file taylor-green-vortex.py.
| taylor-green-vortex.max_end_time |
Definition at line 123 of file taylor-green-vortex.py.
| float taylor-green-vortex.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 72 of file taylor-green-vortex.py.
| taylor-green-vortex.min_depth |
Definition at line 63 of file taylor-green-vortex.py.
| taylor-green-vortex.min_end_time |
Definition at line 122 of file taylor-green-vortex.py.
| float taylor-green-vortex.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 73 of file taylor-green-vortex.py.
| taylor-green-vortex.mode |
Definition at line 137 of file taylor-green-vortex.py.
| taylor-green-vortex.offset |
Definition at line 121 of file taylor-green-vortex.py.
| taylor-green-vortex.output_file_name |
Definition at line 101 of file taylor-green-vortex.py.
| taylor-green-vortex.parser = exahype2.ArgumentParser("ExaHyPE 2 Euler Taylor-Green Vortex Argument Parser") |
Definition at line 61 of file taylor-green-vortex.py.
| taylor-green-vortex.periodic_BC |
Definition at line 126 of file taylor-green-vortex.py.
| taylor-green-vortex.periodic_boundary_conditions_x |
Definition at line 65 of file taylor-green-vortex.py.
| taylor-green-vortex.periodic_boundary_conditions_y |
Definition at line 66 of file taylor-green-vortex.py.
| taylor-green-vortex.periodic_boundary_conditions_z |
Definition at line 67 of file taylor-green-vortex.py.
| taylor-green-vortex.project |
Definition at line 104 of file taylor-green-vortex.py.
| taylor-green-vortex.refinement_criterion |
Definition at line 31 of file taylor-green-vortex.py.
| taylor-green-vortex.riemann_solver |
Definition at line 75 of file taylor-green-vortex.py.
| taylor-green-vortex.size = [2 * 3.14159265359, 2 * 3.14159265359, 2 * 3.14159265359] |
Definition at line 71 of file taylor-green-vortex.py.
| taylor-green-vortex.throw_away_data_after_build |
Definition at line 143 of file taylor-green-vortex.py.
| taylor-green-vortex.time_in_between_plots = 0.0 |
Definition at line 113 of file taylor-green-vortex.py.
| taylor-green-vortex.True |
Definition at line 143 of file taylor-green-vortex.py.