|
Peano
|
Variables | |
| int | min_level = 3 |
| int | max_depth = 0 |
| int | order = 5 |
| float | e_t = 2.0 |
| float | plot_dt = 0.0 |
| str | polynomials = "legendre" |
| bool | use_tracers = True |
| list | offset = [-2.025, 0.0, -2.025] |
| list | size = [12.15, 12.15, 12.15] |
| dict | unknowns = {"v": 3, "sigma": 6} |
| dict | auxiliary_variables = {"rho":1, "cp": 1, "cs": 1} |
| float | max_h = 1.1 * min(size) / (3.0**min_level) |
| float | min_h = max_h / (3.0**max_depth) |
| project | |
| hpSolver | |
| precision | |
| lpSolver | |
| initial_conditions | |
| boundary_conditions | |
| max_eigenvalue | |
| flux | |
| refinement_criterion | |
| riemann_solver | |
| number_of_point_sources | |
| point_source | |
| init_point_source_location | |
| is_linear | |
| True | |
| limiter | |
| dimensions | |
| min_end_time | |
| first_plot_time_stamp | |
| time_in_between_plots | |
| peano4_project = project.generate_Peano4_project("False") | |
| make_clean_first | |
| LOH1.hpSolver |
| LOH1.limiter |
| LOH1.lpSolver |
| LOH1.peano4_project = project.generate_Peano4_project("False") |
| LOH1.project |