|
Peano
|
Variables | |
| str | initial_conditions |
| str | boundary_conditions |
| str | compute_usq |
| tuple | calculate_pressure |
| tuple | calculate_pressure_perturbations |
| tuple | limiter |
| tuple | reconstruction |
| parser | |
| min_depth | |
| degrees_of_freedom | |
| args = parser.parse_args() | |
| list | size = [40_000, 40_000, 40_000] |
| float | max_h = 1.1 * min(size) / (3.0**args.min_depth) |
| float | min_h = max_h * 3.0 ** (-args.amr_levels) |
| riemann_solver | |
| max_eigenvalue | |
| flux | |
| source_term | |
| Source term needs to be commented out for Godunov. | |
| project | |
| float | time_in_between_plots = 0.0 |
| dimensions | |
| offset | |
| min_end_time | |
| max_end_time | |
| first_plot_time_stamp | |
| periodic_BC | |
| mode | |
| make | |
| True | |
| make_clean_first | |
| throw_away_data_after_build | |
| isothermal-stratification.args = parser.parse_args() |
Definition at line 293 of file isothermal-stratification.py.
| isothermal-stratification.boundary_conditions |
Definition at line 59 of file isothermal-stratification.py.
| tuple isothermal-stratification.calculate_pressure |
Definition at line 127 of file isothermal-stratification.py.
| tuple isothermal-stratification.calculate_pressure_perturbations |
Definition at line 147 of file isothermal-stratification.py.
| str isothermal-stratification.compute_usq |
Definition at line 108 of file isothermal-stratification.py.
| isothermal-stratification.degrees_of_freedom |
Definition at line 291 of file isothermal-stratification.py.
| isothermal-stratification.dimensions |
Definition at line 348 of file isothermal-stratification.py.
| isothermal-stratification.first_plot_time_stamp |
Definition at line 353 of file isothermal-stratification.py.
| isothermal-stratification.flux |
Definition at line 316 of file isothermal-stratification.py.
| isothermal-stratification.initial_conditions |
Definition at line 44 of file isothermal-stratification.py.
| isothermal-stratification.limiter |
Definition at line 192 of file isothermal-stratification.py.
| isothermal-stratification.make |
Definition at line 377 of file isothermal-stratification.py.
| isothermal-stratification.make_clean_first |
Definition at line 377 of file isothermal-stratification.py.
| isothermal-stratification.max_eigenvalue |
Definition at line 315 of file isothermal-stratification.py.
| isothermal-stratification.max_end_time |
Definition at line 352 of file isothermal-stratification.py.
| float isothermal-stratification.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 296 of file isothermal-stratification.py.
| isothermal-stratification.min_depth |
Definition at line 290 of file isothermal-stratification.py.
| isothermal-stratification.min_end_time |
Definition at line 351 of file isothermal-stratification.py.
| float isothermal-stratification.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 297 of file isothermal-stratification.py.
| isothermal-stratification.mode |
Definition at line 366 of file isothermal-stratification.py.
| isothermal-stratification.offset |
Definition at line 350 of file isothermal-stratification.py.
| isothermal-stratification.parser |
Definition at line 286 of file isothermal-stratification.py.
| isothermal-stratification.periodic_BC |
Definition at line 355 of file isothermal-stratification.py.
| isothermal-stratification.project |
Definition at line 333 of file isothermal-stratification.py.
| tuple isothermal-stratification.reconstruction |
Definition at line 221 of file isothermal-stratification.py.
| isothermal-stratification.riemann_solver |
Definition at line 299 of file isothermal-stratification.py.
| isothermal-stratification.size = [40_000, 40_000, 40_000] |
Definition at line 295 of file isothermal-stratification.py.
| isothermal-stratification.source_term |
Source term needs to be commented out for Godunov.
# Otherwise, the effects of the source term will be # taken into account twice (f-wave and cell centered). # MUSCL-Hancock needs the source term in both places. #
Definition at line 328 of file isothermal-stratification.py.
| isothermal-stratification.throw_away_data_after_build |
Definition at line 377 of file isothermal-stratification.py.
| isothermal-stratification.time_in_between_plots = 0.0 |
Definition at line 342 of file isothermal-stratification.py.
| isothermal-stratification.True |
Definition at line 377 of file isothermal-stratification.py.