![]() |
Peano
|
Go to the source code of this file.
Namespaces | |
fv | |
Variables | |
dictionary | fv.available_scenarios |
fv.parser | |
fv.choices | |
fv.default | |
fv.help | |
fv.type | |
fv.action | |
fv.args = parser.parse_args() | |
dictionary | fv.scenario = available_scenarios[args.scenario] |
dictionary | fv.dimensions = scenario._dimensions |
fv.depth = args.depth | |
dictionary | fv.end_time = scenario._end_time |
fv.should_plot = args.plot | |
list | fv.size = [scenario._domain_size, scenario._domain_size, scenario._domain_size] |
list | fv.offset = [scenario._offset, scenario._offset, scenario._offset] |
string | fv.plot_description = "" |
list | fv.variable_names = [] |
fv.project | |
fv.fv_solver | |
fv.initial_conditions | |
fv.boundary_conditions | |
fv.flux | |
fv.max_eigenvalue | |
fv.min_end_time | |
fv.max_end_time | |
fv.first_plot_time_stamp | |
fv.time_in_between_plots = 0.0 | |
fv.periodic_BC | |
fv.mode | |
fv.makefile = project.output.makefile | |