|
Peano
|
Go to the source code of this file.
Namespaces | |
| namespace | fv |
Variables | |
| dict | fv.available_scenarios |
| fv.parser | |
| fv.choices | |
| fv.default | |
| fv.help | |
| fv.type | |
| fv.action | |
| fv.args = parser.parse_args() | |
| dict | fv.scenario = available_scenarios[args.scenario] |
| dict | fv.dimensions = scenario._dimensions |
| fv.depth = args.depth | |
| dict | 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] |
| str | 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 | |
| fv.periodic_BC | |
| fv.mode | |
| fv.makefile = project.output.makefile | |