![]() |
Peano
|
Go to the source code of this file.
Namespaces | |
tpv5-2d | |
Variables | |
tpv5-2d.project = exahype2.Project(["exahype2", "elastic"], "pml", executable="TPV5_2D") | |
dictionary | tpv5-2d.unknowns = {"v": 2, "sigma": 3, "u": 2} |
dictionary | tpv5-2d.auxiliary_variables |
list | tpv5-2d.offset = [0.0, 0.0] |
list | tpv5-2d.size = [40., 40.] |
float | tpv5-2d.end_time = 5.0 |
int | tpv5-2d.order = 5 |
int | tpv5-2d.min_level = 3 |
int | tpv5-2d.max_depth = 2 |
float | tpv5-2d.max_h = 1.1 * min(size) / (3.0**min_level) |
float | tpv5-2d.min_h = max_h / (3.0**max_depth) |
tpv5-2d.theSolver | |
tpv5-2d.is_linear | |
tpv5-2d.riemann_solver_implementation | |
tpv5-2d.tracer_particles = project.add_tracer(name="Tracer", attribute_count=17) | |
tpv5-2d.dimensions | |
tpv5-2d.min_end_time | |
tpv5-2d.max_end_time | |
tpv5-2d.first_plot_time_stamp | |
tpv5-2d.time_in_between_plots | |
tpv5-2d.periodic_BC | |
tpv5-2d.peano4_project = project.generate_Peano4_project(verbose=False) | |
tpv5-2d.make_clean_first | |
tpv5-2d.True | |
tpv5-2d.number_of_parallel_builds | |