|
Peano
|
Variables | |
| parser | |
| min_depth | |
| amr_levels | |
| degrees_of_freedom | |
| end_time | |
| number_of_snapshots | |
| args = parser.parse_args() | |
| float | max_patch_size = 1.1 * 2.0 / (3.0**args.min_depth) |
| float | max_h = max_patch_size / args.degrees_of_freedom |
| float | min_h = 0.9 * max_h * 3.0 ** (-args.amr_levels) |
| str | initial_conditions |
| str | boundary_conditions |
| str | refinement_criterion |
| fv_solver | |
| flux | |
| max_eigenvalue | |
| project | |
| float | time_in_between_plots = 0.0 |
| dimensions | |
| size | |
| offset | |
| min_end_time | |
| max_end_time | |
| first_plot_time_stamp | |
| periodic_BC | |
| mode | |
| make | |
| True | |
| make_clean_first | |
| throw_away_data_after_build | |
| advection.amr_levels |
Definition at line 11 of file advection.py.
| advection.args = parser.parse_args() |
Definition at line 16 of file advection.py.
| advection.boundary_conditions |
Definition at line 40 of file advection.py.
| advection.degrees_of_freedom |
Definition at line 12 of file advection.py.
| advection.dimensions |
Definition at line 106 of file advection.py.
| advection.end_time |
Definition at line 13 of file advection.py.
| advection.first_plot_time_stamp |
Definition at line 111 of file advection.py.
| advection.flux |
Definition at line 82 of file advection.py.
| advection.fv_solver |
Definition at line 68 of file advection.py.
| advection.initial_conditions |
Definition at line 22 of file advection.py.
| advection.make |
Definition at line 124 of file advection.py.
| advection.make_clean_first |
Definition at line 124 of file advection.py.
| advection.max_eigenvalue |
Definition at line 88 of file advection.py.
| advection.max_end_time |
Definition at line 110 of file advection.py.
| float advection.max_h = max_patch_size / args.degrees_of_freedom |
Definition at line 19 of file advection.py.
| float advection.max_patch_size = 1.1 * 2.0 / (3.0**args.min_depth) |
Definition at line 18 of file advection.py.
| advection.min_depth |
Definition at line 10 of file advection.py.
| advection.min_end_time |
Definition at line 109 of file advection.py.
| float advection.min_h = 0.9 * max_h * 3.0 ** (-args.amr_levels) |
Definition at line 20 of file advection.py.
| advection.mode |
Definition at line 121 of file advection.py.
| advection.number_of_snapshots |
Definition at line 14 of file advection.py.
| advection.offset |
Definition at line 108 of file advection.py.
| advection.parser |
Definition at line 6 of file advection.py.
| advection.periodic_BC |
Definition at line 113 of file advection.py.
| advection.project |
Definition at line 91 of file advection.py.
| advection.refinement_criterion |
Definition at line 46 of file advection.py.
| advection.size |
Definition at line 107 of file advection.py.
| advection.throw_away_data_after_build |
Definition at line 124 of file advection.py.
| advection.time_in_between_plots = 0.0 |
Definition at line 100 of file advection.py.
| advection.True |
Definition at line 124 of file advection.py.