![]() |
Peano
|
Variables | |
string | initial_conditions |
string | analytical_solution |
parser | |
min_depth | |
degrees_of_freedom | |
periodic_boundary_conditions_x | |
periodic_boundary_conditions_y | |
periodic_boundary_conditions_z | |
args = parser.parse_args() | |
list | size = [1.0, 1.0, 1.0] |
float | max_h = 1.1 * min(size) / (3.0**args.min_depth) |
float | min_h = max_h * 3.0 ** (-args.amr_levels) |
riemann_solver | |
flux | |
max_eigenvalue | |
limiter | |
error_measurement_implementation | |
output_file_name | |
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 | |
string gaussian-bell.analytical_solution |
Definition at line 27 of file gaussian-bell.py.
gaussian-bell.args = parser.parse_args() |
Definition at line 66 of file gaussian-bell.py.
gaussian-bell.degrees_of_freedom |
Definition at line 61 of file gaussian-bell.py.
gaussian-bell.dimensions |
Definition at line 113 of file gaussian-bell.py.
gaussian-bell.error_measurement_implementation |
Definition at line 93 of file gaussian-bell.py.
gaussian-bell.first_plot_time_stamp |
Definition at line 118 of file gaussian-bell.py.
gaussian-bell.flux |
Definition at line 84 of file gaussian-bell.py.
gaussian-bell.initial_conditions |
Definition at line 12 of file gaussian-bell.py.
gaussian-bell.limiter |
Definition at line 86 of file gaussian-bell.py.
gaussian-bell.make |
Definition at line 138 of file gaussian-bell.py.
gaussian-bell.make_clean_first |
Definition at line 138 of file gaussian-bell.py.
gaussian-bell.max_eigenvalue |
Definition at line 85 of file gaussian-bell.py.
gaussian-bell.max_end_time |
Definition at line 117 of file gaussian-bell.py.
float gaussian-bell.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 69 of file gaussian-bell.py.
gaussian-bell.min_depth |
Definition at line 59 of file gaussian-bell.py.
gaussian-bell.min_end_time |
Definition at line 116 of file gaussian-bell.py.
float gaussian-bell.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 70 of file gaussian-bell.py.
gaussian-bell.mode |
Definition at line 131 of file gaussian-bell.py.
gaussian-bell.offset |
Definition at line 115 of file gaussian-bell.py.
gaussian-bell.output_file_name |
Definition at line 94 of file gaussian-bell.py.
gaussian-bell.parser |
Definition at line 55 of file gaussian-bell.py.
gaussian-bell.periodic_BC |
Definition at line 120 of file gaussian-bell.py.
gaussian-bell.periodic_boundary_conditions_x |
Definition at line 62 of file gaussian-bell.py.
gaussian-bell.periodic_boundary_conditions_y |
Definition at line 63 of file gaussian-bell.py.
gaussian-bell.periodic_boundary_conditions_z |
Definition at line 64 of file gaussian-bell.py.
gaussian-bell.project |
Definition at line 97 of file gaussian-bell.py.
gaussian-bell.riemann_solver |
Definition at line 72 of file gaussian-bell.py.
gaussian-bell.size = [1.0, 1.0, 1.0] |
Definition at line 68 of file gaussian-bell.py.
gaussian-bell.throw_away_data_after_build |
Definition at line 138 of file gaussian-bell.py.
gaussian-bell.time_in_between_plots = 0.0 |
Definition at line 107 of file gaussian-bell.py.
gaussian-bell.True |
Definition at line 138 of file gaussian-bell.py.