|
Peano
|
Benchmark representing a rectangular area of 80x80km around the Zugspitze. More...


Public Member Functions | |
| initial_conditions (self) | |
| point_source (self) | |
| init_point_source (self) | |
| generate_required_files (self, order) | |
| Public Member Functions inherited from Scenario.Scenario.Scenario | |
| generate_file_from_template (self, template_file, full_qualified_filename, dictionary) | |
| copy_file_to_current_folder (self, current_filename, full_qualified_filename) | |
Additional Inherited Members | |
| Static Public Attributes inherited from Scenario.Scenario.Scenario | |
| list | domain_offset = [1., 1., 1.] |
| list | domain_size = [1., 1., 1.] |
| float | end_time = 0.0 |
| list | tracer_coordinates = [] |
Benchmark representing a rectangular area of 80x80km around the Zugspitze.
The scenario has no analytical solution, but the complex topography leads to complicated scattering on the surface, which makes for an interesting benchmark.
Mentioned e.g. in "A stable discontinuous Galerkin method for linear elastodynamics in 3D geometrically complex elastic solids using physics based numerical fluxes, Computer Methods in Applied Mechanics and Engineering" by Kenneth Duru, Leonhard Rannabauer, Alice-Agnes Gabriel, On Ki Angel Ling, Heiner Igel, Michael Bader (available at https://doi.org/10.1016/j.cma.2021.114386)
Definition at line 7 of file Zugspitze.py.
| Scenario.Zugspitze.Zugspitze.generate_required_files | ( | self, | |
| order ) |
Reimplemented from Scenario.Scenario.Scenario.
Definition at line 69 of file Zugspitze.py.
References Scenario.Scenario.Scenario.generate_file_from_template().

| Scenario.Zugspitze.Zugspitze.init_point_source | ( | self | ) |
Definition at line 60 of file Zugspitze.py.
| Scenario.Zugspitze.Zugspitze.initial_conditions | ( | self | ) |
Reimplemented from Scenario.Scenario.Scenario.
Definition at line 29 of file Zugspitze.py.
| Scenario.Zugspitze.Zugspitze.point_source | ( | self | ) |
Definition at line 39 of file Zugspitze.py.