Peano
LOH1.py File Reference

Go to the source code of this file.

Namespaces

 LOH1
 

Variables

int LOH1.min_level = 3
 
int LOH1.max_depth = 0
 
int LOH1.order = 5
 
float LOH1.e_t = 2.0
 
float LOH1.plot_dt = 0.0
 
string 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]
 
dictionary LOH1.unknowns = {"v": 3, "sigma": 6}
 
dictionary LOH1.auxiliary_variables = {"rho":1, "cp": 1, "cs": 1}
 
float LOH1.max_h = 1.1 * min(size) / (3.0**min_level)
 
float LOH1.min_h = max_h / (3.0**max_depth)
 
 LOH1.project
 
 LOH1.hpSolver
 
 LOH1.precision
 
 LOH1.lpSolver
 
 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
 
 LOH1.limiter
 
 LOH1.dimensions
 
 LOH1.min_end_time
 
 LOH1.first_plot_time_stamp
 
 LOH1.time_in_between_plots
 
 LOH1.peano4_project = project.generate_Peano4_project("False")
 
 LOH1.make_clean_first