|
Peano
|
Variables | |
| parser | |
| min_depth | |
| degrees_of_freedom | |
| end_time | |
| default | |
| type | |
| help | |
| args = parser.parse_args() | |
| list | size = [1_200e3, 220e3, 1_200e3] |
| tuple | atmosphere_initial_conditions |
| ATMOSPHERE SOLVER #. | |
| str | atmosphere_boundary_conditions |
| float | max_h = 1.1 * min(size) / (3.0**args.min_depth) |
| float | min_h = max_h * 3.0 ** (-args.amr_levels) |
| dict | atmosphere_unknowns |
| dict | atmosphere_auxiliary_variables |
| atmosphere_solver | |
| initial_conditions | |
| boundary_conditions | |
| flux | |
| riemann_solver | |
| max_eigenvalue | |
| source_term | |
| dict | diffusion_unknowns |
| DIFFUSION SOLVER #. | |
| dict | diffusion_auxiliary_variables |
| tuple | diffusion_initial_conditions |
| str | diffusion_boundary_conditions |
| diffusion_solver | |
| solver | |
| project | |
| PEANO PROJECT #. | |
| make | |
| True | |
| make_clean_first | |
| throw_away_data_after_build | |
| thunderstorm.args = parser.parse_args() |
Definition at line 35 of file thunderstorm.py.
| dict thunderstorm.atmosphere_auxiliary_variables |
Definition at line 156 of file thunderstorm.py.
| str thunderstorm.atmosphere_boundary_conditions |
Definition at line 74 of file thunderstorm.py.
| tuple thunderstorm.atmosphere_initial_conditions |
ATMOSPHERE SOLVER #.
Definition at line 44 of file thunderstorm.py.
| thunderstorm.atmosphere_solver |
Definition at line 165 of file thunderstorm.py.
| dict thunderstorm.atmosphere_unknowns |
Definition at line 146 of file thunderstorm.py.
| thunderstorm.boundary_conditions |
Definition at line 177 of file thunderstorm.py.
| thunderstorm.default |
Definition at line 31 of file thunderstorm.py.
| thunderstorm.degrees_of_freedom |
Definition at line 25 of file thunderstorm.py.
| dict thunderstorm.diffusion_auxiliary_variables |
Definition at line 210 of file thunderstorm.py.
| str thunderstorm.diffusion_boundary_conditions |
Definition at line 268 of file thunderstorm.py.
| tuple thunderstorm.diffusion_initial_conditions |
Definition at line 226 of file thunderstorm.py.
| thunderstorm.diffusion_solver |
Definition at line 288 of file thunderstorm.py.
| dict thunderstorm.diffusion_unknowns |
DIFFUSION SOLVER #.
Definition at line 200 of file thunderstorm.py.
| thunderstorm.end_time |
Definition at line 26 of file thunderstorm.py.
| thunderstorm.flux |
Definition at line 178 of file thunderstorm.py.
| thunderstorm.help |
Definition at line 33 of file thunderstorm.py.
| thunderstorm.initial_conditions |
Definition at line 176 of file thunderstorm.py.
| thunderstorm.make |
Definition at line 330 of file thunderstorm.py.
| thunderstorm.make_clean_first |
Definition at line 330 of file thunderstorm.py.
| thunderstorm.max_eigenvalue |
Definition at line 180 of file thunderstorm.py.
| float thunderstorm.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 143 of file thunderstorm.py.
| thunderstorm.min_depth |
Definition at line 24 of file thunderstorm.py.
| float thunderstorm.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 144 of file thunderstorm.py.
| thunderstorm.parser |
Definition at line 20 of file thunderstorm.py.
| thunderstorm.project |
PEANO PROJECT #.
Definition at line 314 of file thunderstorm.py.
| thunderstorm.riemann_solver |
Definition at line 179 of file thunderstorm.py.
| list thunderstorm.size = [1_200e3, 220e3, 1_200e3] |
Definition at line 38 of file thunderstorm.py.
| thunderstorm.solver |
Definition at line 304 of file thunderstorm.py.
| thunderstorm.source_term |
Definition at line 186 of file thunderstorm.py.
| thunderstorm.throw_away_data_after_build |
Definition at line 330 of file thunderstorm.py.
| thunderstorm.True |
Definition at line 330 of file thunderstorm.py.
| thunderstorm.type |
Definition at line 32 of file thunderstorm.py.