|
Peano
|
Go to the source code of this file.
Namespaces | |
| namespace | fd |
Variables | |
| fd.parser = exahype2.ArgumentParser("ExaHyPE 2 - Finite Differences Testing Script") | |
| fd.min_depth | |
| fd.degrees_of_freedom | |
| fd.end_time | |
| fd.time_step_relaxation | |
| fd.periodic_boundary_conditions_x | |
| fd.periodic_boundary_conditions_y | |
| fd.periodic_boundary_conditions_z | |
| fd.args = parser.parse_args() | |
| float | fd.MOLAR_HEAT_CAPACITY = 25.78 |
| float | fd.MOLAR_WEIGHT = 0.0269815386 |
| int | fd.THERMAL_CONDUCTIVITY = 237 |
| int | fd.DENSITY = 2700 |
| float | fd.SPECIFIC_HEAT_CAPACITY = MOLAR_HEAT_CAPACITY / MOLAR_WEIGHT |
| int | fd.THERMAL_DIFFUSIVITY |
| str | fd.initial_conditions |
| str | fd.boundary_conditions |
| float | fd.max_h = 0.0007 |
| float | fd.min_h = 0.0007 |
| fd.fd_solver | |
| fd.solver | |
| fd.project | |
| float | fd.time_in_between_plots = 0.0 |
| fd.dimensions | |
| fd.size | |
| fd.offset | |
| fd.min_end_time | |
| fd.max_end_time | |
| fd.first_plot_time_stamp | |
| fd.periodic_BC | |
| fd.mode | |
| fd.make | |
| fd.True | |
| fd.make_clean_first | |
| fd.throw_away_data_after_build | |