![]() |
Peano
|
Benchmark representing a rectangular area of 80x80km around the Zugspitze. More...
Public Member Functions | |
def | initial_conditions (self) |
def | point_source (self) |
def | init_point_source (self) |
def | generate_required_files (self, order) |
![]() | |
def | generate_file_from_template (self, template_file, full_qualified_filename, dictionary) |
def | copy_file_to_current_folder (self, current_filename, full_qualified_filename) |
Static Public Attributes | |
list | domain_offset = [4358.459, 0.0, 2661.23] |
list | domain_size = [80.85, 80.85, 80.85] |
float | end_time = 30.0 |
list | tracer_coordinates |
![]() | |
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.
def 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().
def Scenario.Zugspitze.Zugspitze.init_point_source | ( | self | ) |
Definition at line 60 of file Zugspitze.py.
def Scenario.Zugspitze.Zugspitze.initial_conditions | ( | self | ) |
Reimplemented from Scenario.Scenario.Scenario.
Definition at line 29 of file Zugspitze.py.
def Scenario.Zugspitze.Zugspitze.point_source | ( | self | ) |
Definition at line 39 of file Zugspitze.py.
|
static |
Definition at line 18 of file Zugspitze.py.
|
static |
Definition at line 19 of file Zugspitze.py.
|
static |
Definition at line 21 of file Zugspitze.py.
|
static |
Definition at line 23 of file Zugspitze.py.