Peano
test.py File Reference

Go to the source code of this file.

Namespaces

 test
 

Variables

dictionary test.modes
 
dictionary test.available_prec
 
dictionary test.available_scenarios
 
 test.parser = argparse.ArgumentParser(description="ExaHyPE 2 - ADER testing script")
 
 test.dest
 
 test.type
 
 test.default
 
 test.help
 
 test.int
 
 test.args = parser.parse_args()
 
 test.s
 
dictionary test.scenario = available_scenarios[s]
 
 test.order = args.order
 
float test.max_h = 1.1 * scenario._domain_size / (3.0**args.md)
 
float test.min_h = max_h * 3.0 ** (-args.adaptivity_levels)
 
tuple test.polynomials
 
 test.project
 
 test.solver
 
 test.is_linear
 
 test.precision
 
 test.initial_conditions
 
 test.boundary_conditions
 
 test.max_eigenvalue
 
 test.flux
 
 test.ncp
 
 test.riemann_solver
 
 test.solver2
 
 test.error_measurement_implementation
 
 test.output_file_name
 
 test.make_clean_first