|
Peano
|
Go to the source code of this file.
Namespaces | |
| namespace | test |
Variables | |
| dict | test.modes |
| dict | test.available_prec |
| dict | 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 | |
| dict | 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 | |