![]() |
Peano
|
Variables | |
string | initial_conditions |
string | boundary_conditions |
parser | |
min_depth | |
end_time | |
time_step_size | |
degrees_of_freedom | |
args = parser.parse_args() | |
list | size = [0.2, 0.2, 0.2] |
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 | |
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 | |
smooth-convergence.args = parser.parse_args() |
Definition at line 42 of file smooth-convergence.py.
smooth-convergence.boundary_conditions |
Definition at line 22 of file smooth-convergence.py.
smooth-convergence.degrees_of_freedom |
Definition at line 40 of file smooth-convergence.py.
smooth-convergence.dimensions |
Definition at line 83 of file smooth-convergence.py.
smooth-convergence.end_time |
Definition at line 38 of file smooth-convergence.py.
smooth-convergence.first_plot_time_stamp |
Definition at line 88 of file smooth-convergence.py.
smooth-convergence.flux |
Definition at line 61 of file smooth-convergence.py.
smooth-convergence.initial_conditions |
Definition at line 12 of file smooth-convergence.py.
smooth-convergence.limiter |
Definition at line 63 of file smooth-convergence.py.
smooth-convergence.make |
Definition at line 108 of file smooth-convergence.py.
smooth-convergence.make_clean_first |
Definition at line 108 of file smooth-convergence.py.
smooth-convergence.max_eigenvalue |
Definition at line 62 of file smooth-convergence.py.
smooth-convergence.max_end_time |
Definition at line 87 of file smooth-convergence.py.
float smooth-convergence.max_h = 1.1 * min(size) / (3.0**args.min_depth) |
Definition at line 45 of file smooth-convergence.py.
smooth-convergence.min_depth |
Definition at line 37 of file smooth-convergence.py.
smooth-convergence.min_end_time |
Definition at line 86 of file smooth-convergence.py.
float smooth-convergence.min_h = max_h * 3.0 ** (-args.amr_levels) |
Definition at line 46 of file smooth-convergence.py.
smooth-convergence.mode |
Definition at line 101 of file smooth-convergence.py.
smooth-convergence.offset |
Definition at line 85 of file smooth-convergence.py.
smooth-convergence.parser |
Definition at line 33 of file smooth-convergence.py.
smooth-convergence.periodic_BC |
Definition at line 90 of file smooth-convergence.py.
smooth-convergence.project |
Definition at line 68 of file smooth-convergence.py.
smooth-convergence.riemann_solver |
Definition at line 48 of file smooth-convergence.py.
smooth-convergence.size = [0.2, 0.2, 0.2] |
Definition at line 44 of file smooth-convergence.py.
smooth-convergence.throw_away_data_after_build |
Definition at line 108 of file smooth-convergence.py.
smooth-convergence.time_in_between_plots = 0.0 |
Definition at line 77 of file smooth-convergence.py.
smooth-convergence.time_step_size |
Definition at line 39 of file smooth-convergence.py.
smooth-convergence.True |
Definition at line 108 of file smooth-convergence.py.