![]() |
Peano
|
Go to the source code of this file.
Namespaces | |
advection | |
Variables | |
int | advection.dimensions = 2 |
int | advection.patch_size = 16 |
int | advection.depth = 5 |
float | advection.end_time = 1.0 |
float | advection.advection_speed = 1.0 |
list | advection.size = [1.0, 1.0, 1.0] |
list | advection.offset = [0.0, 0.0, 0.0] |
float | advection.time_in_between_two_snapshots = end_time / 10 |
string | advection.compile_mode = "Release" |
advection.my_project | |
advection.my_solver | |
advection.my_pde | |
advection.v = my_pde.name_Q_entries(0, dimensions, "v") | |
advection.c = sympy.symbols("c") | |
advection.initial_conditions | |
advection.boundary_conditions | |
advection.flux | |
advection.max_eigenvalue | |
advection.plot_description | |
advection.min_end_time | |
advection.max_end_time | |
advection.first_plot_time_stamp | |
advection.time_in_between_plots | |
advection.periodic_BC | |
advection.mode | |
advection.make | |
advection.True | |
advection.make_clean_first | |
advection.throw_away_data_after_build | |