|
Peano
|
Go to the source code of this file.
Namespaces | |
| namespace | advection |
Variables | |
| advection.parser | |
| advection.min_depth | |
| advection.amr_levels | |
| advection.degrees_of_freedom | |
| advection.end_time | |
| advection.number_of_snapshots | |
| advection.args = parser.parse_args() | |
| float | advection.max_patch_size = 1.1 * 2.0 / (3.0**args.min_depth) |
| float | advection.max_h = max_patch_size / args.degrees_of_freedom |
| float | advection.min_h = 0.9 * max_h * 3.0 ** (-args.amr_levels) |
| str | advection.initial_conditions |
| str | advection.boundary_conditions |
| str | advection.refinement_criterion |
| advection.fv_solver | |
| advection.flux | |
| advection.max_eigenvalue | |
| advection.project | |
| float | advection.time_in_between_plots = 0.0 |
| advection.dimensions | |
| advection.size | |
| advection.offset | |
| advection.min_end_time | |
| advection.max_end_time | |
| advection.first_plot_time_stamp | |
| advection.periodic_BC | |
| advection.mode | |
| advection.make | |
| advection.True | |
| advection.make_clean_first | |
| advection.throw_away_data_after_build | |