Peano
Loading...
Searching...
No Matches
LOH1 Namespace Reference

Variables

 parser = exahype2.ArgumentParser("ExaHyPE 2 - ADER-DG Coupled Solvers Testing Script")
 
 min_depth
 
 degrees_of_freedom
 
 number_of_snapshots
 
 args = parser.parse_args()
 
int order = args.degrees_of_freedom - 1
 
float end_time = 0.1
 
str polynomials = "legendre"
 
bool use_tracers = True
 
list offset = [-2.025, 0.0, -2.025]
 
list size = [12.15, 12.15, 12.15]
 
dict unknowns = {"v": 3, "sigma": 6}
 
dict auxiliary_variables = {"rho":1, "cp": 1, "cs": 1}
 
float max_h = 1.1 * min(size) / (3.0**args.min_depth)
 
float min_h = max_h * 3.0 ** (-args.amr_levels)
 
 project
 
 hpSolver
 
 precision
 
 lpSolver
 
 tracer_particles = project.add_tracer(name="Tracer", particle_attributes=12)
 
 initial_conditions
 
 boundary_conditions
 
 max_eigenvalue
 
 flux
 
 refinement_criterion
 
 riemann_solver
 
 number_of_point_sources
 
 point_source
 
 init_point_source_location
 
 is_linear
 
 True
 
float time_in_between_plots = 0.0
 
 dimensions
 
 min_end_time
 
 first_plot_time_stamp
 
 mode
 
 peano4_project = project.generate_Peano4_project("False")
 
 make_clean_first
 

Variable Documentation

◆ args

LOH1.args = parser.parse_args()

Definition at line 16 of file LOH1.py.

◆ auxiliary_variables

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

Definition at line 32 of file LOH1.py.

◆ boundary_conditions

LOH1.boundary_conditions

Definition at line 99 of file LOH1.py.

◆ degrees_of_freedom

LOH1.degrees_of_freedom

Definition at line 13 of file LOH1.py.

◆ dimensions

LOH1.dimensions

Definition at line 170 of file LOH1.py.

◆ end_time

float LOH1.end_time = 0.1

Definition at line 21 of file LOH1.py.

◆ first_plot_time_stamp

LOH1.first_plot_time_stamp

Definition at line 174 of file LOH1.py.

◆ flux

LOH1.flux

Definition at line 101 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 40 of file LOH1.py.

◆ init_point_source_location

LOH1.init_point_source_location

Definition at line 106 of file LOH1.py.

◆ initial_conditions

LOH1.initial_conditions

Definition at line 98 of file LOH1.py.

◆ is_linear

LOH1.is_linear

Definition at line 110 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 50 of file LOH1.py.

◆ make_clean_first

LOH1.make_clean_first

Definition at line 181 of file LOH1.py.

◆ max_eigenvalue

LOH1.max_eigenvalue

Definition at line 100 of file LOH1.py.

◆ max_h

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

Definition at line 34 of file LOH1.py.

◆ min_depth

LOH1.min_depth

Definition at line 12 of file LOH1.py.

◆ min_end_time

LOH1.min_end_time

Definition at line 173 of file LOH1.py.

◆ min_h

float LOH1.min_h = max_h * 3.0 ** (-args.amr_levels)

Definition at line 35 of file LOH1.py.

◆ mode

LOH1.mode

Definition at line 179 of file LOH1.py.

◆ number_of_point_sources

LOH1.number_of_point_sources

Definition at line 104 of file LOH1.py.

◆ number_of_snapshots

LOH1.number_of_snapshots

Definition at line 14 of file LOH1.py.

◆ offset

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

Definition at line 28 of file LOH1.py.

◆ order

int LOH1.order = args.degrees_of_freedom - 1

Definition at line 18 of file LOH1.py.

◆ parser

LOH1.parser = exahype2.ArgumentParser("ExaHyPE 2 - ADER-DG Coupled Solvers Testing Script")

Definition at line 10 of file LOH1.py.

◆ peano4_project

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

Definition at line 180 of file LOH1.py.

◆ point_source

LOH1.point_source

Definition at line 105 of file LOH1.py.

◆ polynomials

LOH1.polynomials = "legendre"

Definition at line 25 of file LOH1.py.

◆ precision

LOH1.precision

Definition at line 47 of file LOH1.py.

◆ project

LOH1.project
Initial value:
1= exahype2.Project(["tests", "exahype2", "aderdg"], ".",
2 executable="coupled_LOH1" )

Definition at line 37 of file LOH1.py.

◆ refinement_criterion

LOH1.refinement_criterion

Definition at line 102 of file LOH1.py.

◆ riemann_solver

LOH1.riemann_solver

Definition at line 103 of file LOH1.py.

◆ size

LOH1.size = [12.15, 12.15, 12.15]

Definition at line 29 of file LOH1.py.

◆ time_in_between_plots

float LOH1.time_in_between_plots = 0.0

Definition at line 164 of file LOH1.py.

◆ tracer_particles

LOH1.tracer_particles = project.add_tracer(name="Tracer", particle_attributes=12)

Definition at line 61 of file LOH1.py.

◆ True

LOH1.True

Definition at line 110 of file LOH1.py.

◆ unknowns

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

Definition at line 31 of file LOH1.py.

◆ use_tracers

bool LOH1.use_tracers = True

Definition at line 26 of file LOH1.py.