|
Peano
|
Variables | |
| str | initial_conditions |
| str | boundary_conditions |
| str | compute_usq |
| tuple | calculate_pressure |
| tuple | calculate_pressure_perturbations |
| tuple | limiter |
| tuple | reconstruction |
| parser = exahype2.ArgumentParser("ExaHyPE 2 - Finite Volumes Testing Script") | |
| 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) |
| fv_solver | |
| max_eigenvalue | |
| flux | |
| riemann_solver | |
| 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 286 of file isothermal-stratification.py.
| isothermal-stratification.boundary_conditions |
Definition at line 54 of file isothermal-stratification.py.
| tuple isothermal-stratification.calculate_pressure |
Definition at line 122 of file isothermal-stratification.py.
| tuple isothermal-stratification.calculate_pressure_perturbations |
Definition at line 142 of file isothermal-stratification.py.
| str isothermal-stratification.compute_usq |
Definition at line 103 of file isothermal-stratification.py.
| isothermal-stratification.degrees_of_freedom |
Definition at line 284 of file isothermal-stratification.py.
| isothermal-stratification.dimensions |
Definition at line 339 of file isothermal-stratification.py.
| isothermal-stratification.first_plot_time_stamp |
Definition at line 344 of file isothermal-stratification.py.
| isothermal-stratification.flux |
Definition at line 309 of file isothermal-stratification.py.
| isothermal-stratification.fv_solver |
Definition at line 292 of file isothermal-stratification.py.
| isothermal-stratification.initial_conditions |
Definition at line 39 of file isothermal-stratification.py.
| isothermal-stratification.limiter |
Definition at line 187 of file isothermal-stratification.py.
| isothermal-stratification.make |
Definition at line 365 of file isothermal-stratification.py.
| isothermal-stratification.make_clean_first |
Definition at line 365 of file isothermal-stratification.py.
| isothermal-stratification.max_eigenvalue |
Definition at line 308 of file isothermal-stratification.py.
| isothermal-stratification.max_end_time |
Definition at line 343 of file isothermal-stratification.py.
| float isothermal-stratification.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 289 of file isothermal-stratification.py.
| isothermal-stratification.min_depth |
Definition at line 283 of file isothermal-stratification.py.
| isothermal-stratification.min_end_time |
Definition at line 342 of file isothermal-stratification.py.
| float isothermal-stratification.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 290 of file isothermal-stratification.py.
| isothermal-stratification.mode |
Definition at line 356 of file isothermal-stratification.py.
| isothermal-stratification.offset |
Definition at line 341 of file isothermal-stratification.py.
| isothermal-stratification.parser = exahype2.ArgumentParser("ExaHyPE 2 - Finite Volumes Testing Script") |
Definition at line 281 of file isothermal-stratification.py.
| isothermal-stratification.periodic_BC |
Definition at line 346 of file isothermal-stratification.py.
| isothermal-stratification.project |
Definition at line 324 of file isothermal-stratification.py.
| tuple isothermal-stratification.reconstruction |
Definition at line 216 of file isothermal-stratification.py.
| isothermal-stratification.riemann_solver |
Definition at line 311 of file isothermal-stratification.py.
| isothermal-stratification.size = [40_000, 40_000, 40_000] |
Definition at line 288 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 321 of file isothermal-stratification.py.
| isothermal-stratification.throw_away_data_after_build |
Definition at line 365 of file isothermal-stratification.py.
| isothermal-stratification.time_in_between_plots = 0.0 |
Definition at line 333 of file isothermal-stratification.py.
| isothermal-stratification.True |
Definition at line 365 of file isothermal-stratification.py.