|
Peano
|
Variables | |
| int | dimensions = 2 |
| int | patch_size = 16 |
| int | depth = 5 |
| float | end_time = 1.0 |
| float | advection_speed = 1.0 |
| list | size = [1.0, 1.0, 1.0] |
| list | offset = [0.0, 0.0, 0.0] |
| float | time_in_between_two_snapshots = end_time / 10 |
| str | compile_mode = "Release" |
| my_project | |
| my_solver | |
| my_pde | |
| v = my_pde.name_Q_entries(0, dimensions, "v") | |
| c = sympy.symbols("c") | |
| initial_conditions | |
| boundary_conditions | |
| flux | |
| max_eigenvalue | |
| plot_description | |
| min_end_time | |
| max_end_time | |
| first_plot_time_stamp | |
| time_in_between_plots | |
| periodic_BC | |
| mode | |
| make | |
| True | |
| make_clean_first | |
| throw_away_data_after_build | |
| float advection.advection_speed = 1.0 |
Definition at line 39 of file advection.py.
| advection.boundary_conditions |
Definition at line 146 of file advection.py.
| advection.c = sympy.symbols("c") |
Definition at line 91 of file advection.py.
| str advection.compile_mode = "Release" |
Definition at line 56 of file advection.py.
| int advection.depth = 5 |
Definition at line 29 of file advection.py.
| advection.dimensions = 2 |
Definition at line 19 of file advection.py.
| float advection.end_time = 1.0 |
Definition at line 34 of file advection.py.
| advection.first_plot_time_stamp |
Definition at line 171 of file advection.py.
| advection.flux |
Definition at line 147 of file advection.py.
| advection.initial_conditions |
Definition at line 145 of file advection.py.
| advection.make |
Definition at line 209 of file advection.py.
| advection.make_clean_first |
Definition at line 209 of file advection.py.
| advection.max_eigenvalue |
Definition at line 148 of file advection.py.
| advection.max_end_time |
Definition at line 170 of file advection.py.
| advection.min_end_time |
Definition at line 169 of file advection.py.
| advection.mode |
Definition at line 193 of file advection.py.
| advection.my_pde |
Definition at line 87 of file advection.py.
| advection.my_project |
Definition at line 62 of file advection.py.
| advection.my_solver |
Definition at line 74 of file advection.py.
| advection.offset = [0.0, 0.0, 0.0] |
Definition at line 45 of file advection.py.
| int advection.patch_size = 16 |
Definition at line 24 of file advection.py.
| advection.periodic_BC |
Definition at line 173 of file advection.py.
| advection.plot_description |
Definition at line 155 of file advection.py.
| advection.size = [1.0, 1.0, 1.0] |
Definition at line 44 of file advection.py.
| advection.throw_away_data_after_build |
Definition at line 209 of file advection.py.
| advection.time_in_between_plots |
Definition at line 172 of file advection.py.
| float advection.time_in_between_two_snapshots = end_time / 10 |
Definition at line 50 of file advection.py.
| advection.True |
Definition at line 209 of file advection.py.
| advection.v = my_pde.name_Q_entries(0, dimensions, "v") |
Definition at line 90 of file advection.py.