![]() |
Peano
|
Variables | |
project = exahype2.Project(["exahype2", "elastic"], "pml", executable="TPV5_2D") | |
dictionary | unknowns = {"v": 2, "sigma": 3, "u": 2} |
dictionary | auxiliary_variables |
list | offset = [0.0, 0.0] |
list | size = [40., 40.] |
float | end_time = 5.0 |
int | order = 5 |
int | min_level = 3 |
int | max_depth = 2 |
float | max_h = 1.1 * min(size) / (3.0**min_level) |
float | min_h = max_h / (3.0**max_depth) |
theSolver | |
is_linear | |
riemann_solver_implementation | |
tracer_particles = project.add_tracer(name="Tracer", attribute_count=17) | |
dimensions | |
min_end_time | |
max_end_time | |
first_plot_time_stamp | |
time_in_between_plots | |
periodic_BC | |
peano4_project = project.generate_Peano4_project(verbose=False) | |
make_clean_first | |
True | |
number_of_parallel_builds | |
dictionary tpv5-2d.auxiliary_variables |
Definition at line 6 of file tpv5-2d.py.
tpv5-2d.dimensions |
Definition at line 87 of file tpv5-2d.py.
float tpv5-2d.end_time = 5.0 |
Definition at line 14 of file tpv5-2d.py.
tpv5-2d.first_plot_time_stamp |
Definition at line 92 of file tpv5-2d.py.
tpv5-2d.is_linear |
Definition at line 39 of file tpv5-2d.py.
tpv5-2d.make_clean_first |
Definition at line 100 of file tpv5-2d.py.
int tpv5-2d.max_depth = 2 |
Definition at line 17 of file tpv5-2d.py.
tpv5-2d.max_end_time |
Definition at line 91 of file tpv5-2d.py.
Definition at line 18 of file tpv5-2d.py.
tpv5-2d.min_end_time |
Definition at line 90 of file tpv5-2d.py.
Definition at line 19 of file tpv5-2d.py.
int tpv5-2d.min_level = 3 |
Definition at line 16 of file tpv5-2d.py.
tpv5-2d.number_of_parallel_builds |
Definition at line 100 of file tpv5-2d.py.
tpv5-2d.offset = [0.0, 0.0] |
Definition at line 12 of file tpv5-2d.py.
int tpv5-2d.order = 5 |
Definition at line 15 of file tpv5-2d.py.
tpv5-2d.peano4_project = project.generate_Peano4_project(verbose=False) |
Definition at line 99 of file tpv5-2d.py.
tpv5-2d.periodic_BC |
Definition at line 94 of file tpv5-2d.py.
tpv5-2d.project = exahype2.Project(["exahype2", "elastic"], "pml", executable="TPV5_2D") |
Definition at line 3 of file tpv5-2d.py.
tpv5-2d.riemann_solver_implementation |
Definition at line 41 of file tpv5-2d.py.
tpv5-2d.size = [40., 40.] |
Definition at line 13 of file tpv5-2d.py.
tpv5-2d.theSolver |
Definition at line 22 of file tpv5-2d.py.
tpv5-2d.time_in_between_plots |
Definition at line 93 of file tpv5-2d.py.
tpv5-2d.tracer_particles = project.add_tracer(name="Tracer", attribute_count=17) |
Definition at line 47 of file tpv5-2d.py.
tpv5-2d.True |
Definition at line 100 of file tpv5-2d.py.
dictionary tpv5-2d.unknowns = {"v": 2, "sigma": 3, "u": 2} |
Definition at line 5 of file tpv5-2d.py.