|
Peano
|
Go to the source code of this file.
Namespaces | |
| namespace | fv |
Variables | |
| fv.parser | |
| dict | fv.available_solvers |
| fv.default | |
| fv.choices | |
| fv.help | |
| fv.type | |
| list | fv.available_load_balancing_strategies |
| fv.action | |
| fv.args = parser.parse_args() | |
| str | fv.initial_conditions |
| str | fv.boundary_conditions |
| str | fv.refinement_criterion |
| float | fv.max_h = 1.1 / 3.0**args.min_depth |
| float | fv.min_h = max_h * 3.0**(-args.amr_levels) |
| dict | fv.fv_solver |
| fv.plot_description | |
| fv.project | |
| float | fv.time_in_between_plots = 0.0 |
| fv.dimensions | |
| fv.size | |
| fv.offset | |
| fv.min_end_time | |
| fv.max_end_time | |
| fv.first_plot_time_stamp | |
| fv.periodic_BC | |
| str | fv.strategy = f"toolbox::loadbalancing::strategies::{args.load_balancing_strategy}" |
| fv.assume_periodic_boundary_conditions | |
| tuple | fv.configuration |
| fv.mode | |
| fv.make | |
| fv.True | |
| fv.make_clean_first | |
| fv.throw_away_data_after_build | |