Peano
LOH1 Namespace Reference

Variables

int min_level = 3
 
int max_depth = 0
 
int order = 5
 
float e_t = 2.0
 
float plot_dt = 0.0
 
string polynomials = "legendre"
 
bool use_tracers = True
 
list offset = [-2.025, 0.0, -2.025]
 
list size = [12.15, 12.15, 12.15]
 
dictionary unknowns = {"v": 3, "sigma": 6}
 
dictionary auxiliary_variables = {"rho":1, "cp": 1, "cs": 1}
 
float max_h = 1.1 * min(size) / (3.0**min_level)
 
float min_h = max_h / (3.0**max_depth)
 
 project
 
 hpSolver
 
 precision
 
 lpSolver
 
 initial_conditions
 
 boundary_conditions
 
 max_eigenvalue
 
 flux
 
 refinement_criterion
 
 riemann_solver
 
 number_of_point_sources
 
 point_source
 
 init_point_source_location
 
 is_linear
 
 True
 
 limiter
 
 dimensions
 
 min_end_time
 
 first_plot_time_stamp
 
 time_in_between_plots
 
 peano4_project = project.generate_Peano4_project("False")
 
 make_clean_first
 

Variable Documentation

◆ auxiliary_variables

dictionary LOH1.auxiliary_variables = {"rho":1, "cp": 1, "cs": 1}

Definition at line 29 of file LOH1.py.

◆ boundary_conditions

LOH1.boundary_conditions

Definition at line 61 of file LOH1.py.

◆ dimensions

LOH1.dimensions

Definition at line 127 of file LOH1.py.

◆ e_t

float LOH1.e_t = 2.0

Definition at line 17 of file LOH1.py.

◆ first_plot_time_stamp

LOH1.first_plot_time_stamp

Definition at line 131 of file LOH1.py.

◆ flux

LOH1.flux

Definition at line 63 of file LOH1.py.

◆ hpSolver

LOH1.hpSolver
Initial value:
1 = exahype2.solvers.aderdg.GlobalAdaptiveTimeStep(
2  name="hpElastic", order=order,
3  unknowns=unknowns, auxiliary_variables=auxiliary_variables,
4  min_cell_h=min_h, max_cell_h=max_h, time_step_relaxation=0.9
5 )

Definition at line 37 of file LOH1.py.

◆ init_point_source_location

LOH1.init_point_source_location

Definition at line 68 of file LOH1.py.

◆ initial_conditions

LOH1.initial_conditions

Definition at line 60 of file LOH1.py.

◆ is_linear

LOH1.is_linear

Definition at line 72 of file LOH1.py.

◆ limiter

LOH1.limiter
Initial value:
1 = StaticCoupling(
2  name = "limitingSolver",
3  regularSolver = hpSolver,
4  limitingSolver = lpSolver,
5  limiting_criterion_implementation =
6 )

Definition at line 108 of file LOH1.py.

◆ lpSolver

LOH1.lpSolver
Initial value:
1 = exahype2.solvers.aderdg.GlobalAdaptiveTimeStep(
2  name="lpElastic", order=order,
3  unknowns=unknowns, auxiliary_variables=auxiliary_variables,
4  min_cell_h=min_h, max_cell_h=max_h, time_step_relaxation=0.9
5 )

Definition at line 47 of file LOH1.py.

◆ make_clean_first

LOH1.make_clean_first

Definition at line 139 of file LOH1.py.

◆ max_depth

int LOH1.max_depth = 0

Definition at line 14 of file LOH1.py.

◆ max_eigenvalue

LOH1.max_eigenvalue

Definition at line 62 of file LOH1.py.

◆ max_h

float LOH1.max_h = 1.1 * min(size) / (3.0**min_level)

Definition at line 31 of file LOH1.py.

◆ min_end_time

LOH1.min_end_time

Definition at line 130 of file LOH1.py.

◆ min_h

float LOH1.min_h = max_h / (3.0**max_depth)

Definition at line 32 of file LOH1.py.

◆ min_level

int LOH1.min_level = 3

Definition at line 13 of file LOH1.py.

◆ number_of_point_sources

LOH1.number_of_point_sources

Definition at line 66 of file LOH1.py.

◆ offset

LOH1.offset = [-2.025, 0.0, -2.025]

Definition at line 25 of file LOH1.py.

◆ order

int LOH1.order = 5

Definition at line 15 of file LOH1.py.

◆ peano4_project

LOH1.peano4_project = project.generate_Peano4_project("False")

Definition at line 137 of file LOH1.py.

◆ plot_dt

float LOH1.plot_dt = 0.0

Definition at line 18 of file LOH1.py.

◆ point_source

LOH1.point_source

Definition at line 67 of file LOH1.py.

◆ polynomials

LOH1.polynomials = "legendre"

Definition at line 19 of file LOH1.py.

◆ precision

LOH1.precision

Definition at line 44 of file LOH1.py.

◆ project

LOH1.project
Initial value:
1 = exahype2.Project( ["applications", "exahype2", "elastic"], ".",
2  executable="LOH_level_"+str(min_level)+"_order_"+str(order)+"_"+polynomials )
str
Definition: ccz4.py:55

Definition at line 34 of file LOH1.py.

◆ refinement_criterion

LOH1.refinement_criterion

Definition at line 64 of file LOH1.py.

◆ riemann_solver

LOH1.riemann_solver

Definition at line 65 of file LOH1.py.

◆ size

LOH1.size = [12.15, 12.15, 12.15]

Definition at line 26 of file LOH1.py.

◆ time_in_between_plots

LOH1.time_in_between_plots

Definition at line 132 of file LOH1.py.

◆ True

LOH1.True

Definition at line 72 of file LOH1.py.

◆ unknowns

dictionary LOH1.unknowns = {"v": 3, "sigma": 6}

Definition at line 28 of file LOH1.py.

◆ use_tracers

bool LOH1.use_tracers = True

Definition at line 20 of file LOH1.py.