Peano
Loading...
Searching...
No Matches
LOH1.py File Reference

Go to the source code of this file.

Namespaces

namespace  LOH1
 

Variables

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