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

Go to the source code of this file.

Namespaces

namespace  pml

Variables

dict pml.available_scenarios
str pml.scenario = "LOH1"
str pml.scenario_string = scenario.lower()
dict pml.my_scenario = available_scenarios[scenario]
dict pml.unknowns = {"v": 3, "sigma": 6, "pml": 27}
dict pml.auxiliary_variables
dict pml.offset = my_scenario.domain_offset
dict pml.size = my_scenario.domain_size
dict 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)
str 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