Peano
pml.py File Reference

Go to the source code of this file.

Namespaces

 pml
 

Variables

dictionary pml.available_scenarios
 
string pml.scenario = "LOH1"
 
string pml.scenario_string = scenario.lower()
 
dictionary pml.my_scenario = available_scenarios[scenario]
 
dictionary pml.unknowns = {"v": 3, "sigma": 6, "pml": 27}
 
dictionary pml.auxiliary_variables
 
dictionary pml.offset = my_scenario.domain_offset
 
dictionary pml.size = my_scenario.domain_size
 
dictionary pml.end_time = my_scenario.end_time
 
float pml.plot_dt = 0.0
 
int pml.order = 5
 
int pml.min_level = 3
 
int pml.max_depth = 0
 
float pml.max_h = 1.1 * min(size) / (3.0**min_level)
 
float pml.min_h = max_h / (3.0**max_depth)
 
string pml.precision = "fp64"
 
bool pml.use_tracers = True
 
 pml.theSolver
 
 pml.is_linear
 
 pml.polynomials
 
 pml.initialise_patches
 
 pml.initial_conditions
 
 pml.boundary_conditions
 
 pml.max_eigenvalue
 
 pml.refinement_criterion
 
 pml.flux
 
 pml.ncp
 
 pml.material_parameters
 
 pml.riemann_solver
 
 pml.source_term
 
 pml.number_of_point_sources
 
 pml.point_source
 
 pml.init_point_source_location
 
 pml.project = exahype2.Project(["exahype2", "elastic"], "pml", executable=scenario+"_l_"+str(min_level)+"_o_"+str(order)+"_pr_"+precision)
 
 pml.dimensions
 
 pml.min_end_time
 
 pml.max_end_time
 
 pml.first_plot_time_stamp
 
 pml.time_in_between_plots
 
 pml.periodic_BC
 
 pml.peano4_project = project.generate_Peano4_project(verbose=False)
 
 pml.make_clean_first