Peano
Loading...
Searching...
No Matches
fv-fd-coupling.py File Reference

Go to the source code of this file.

Namespaces

namespace  fv-fd-coupling

Variables

 fv-fd-coupling.parser
 fv-fd-coupling.min_depth
 fv-fd-coupling.degrees_of_freedom
 fv-fd-coupling.end_time
 fv-fd-coupling.number_of_snapshots
 fv-fd-coupling.periodic_boundary_conditions_x
 fv-fd-coupling.periodic_boundary_conditions_y
 fv-fd-coupling.periodic_boundary_conditions_z
 fv-fd-coupling.args = parser.parse_args()
list fv-fd-coupling.size = [1e6, 1e6, 1e6]
float fv-fd-coupling.max_h = 1.1 * min(size) / 3.0**args.min_depth
float fv-fd-coupling.min_h = max_h * 3.0 ** (-args.amr_levels)
dict fv-fd-coupling.euler_unknowns
 EULER #.
str fv-fd-coupling.euler_initial_conditions
str fv-fd-coupling.euler_boundary_conditions
str fv-fd-coupling.compute_primitive_variables
str fv-fd-coupling.euler_max_eigenvalue
str fv-fd-coupling.euler_flux
 fv-fd-coupling.euler_solver
 fv-fd-coupling.initial_conditions
 fv-fd-coupling.boundary_conditions
 fv-fd-coupling.flux
 fv-fd-coupling.max_eigenvalue
dict fv-fd-coupling.diffusion_unknowns
 DIFFUSION #.
dict fv-fd-coupling.diffusion_auxiliary_variables
str fv-fd-coupling.diffusion_initial_conditions
str fv-fd-coupling.diffusion_boundary_conditions
str fv-fd-coupling.diffusion_stencil
 fv-fd-coupling.diffusion_solver
 fv-fd-coupling.solver
 fv-fd-coupling._compute_time_step_size
 COUPLING #.
 fv-fd-coupling.number_of_variables_euler = euler_solver.auxiliary_variables + euler_solver.unknowns
tuple fv-fd-coupling.number_of_variables_diffusion
 fv-fd-coupling.last_solver
 fv-fd-coupling.project
 PROJECT #.
float fv-fd-coupling.time_in_between_plots = 0.0
 fv-fd-coupling.dimensions
 fv-fd-coupling.offset
 fv-fd-coupling.min_end_time
 fv-fd-coupling.max_end_time
 fv-fd-coupling.first_plot_time_stamp
 fv-fd-coupling.periodic_BC
 fv-fd-coupling.mode
 fv-fd-coupling.make
 fv-fd-coupling.True
 fv-fd-coupling.make_clean_first
 fv-fd-coupling.throw_away_data_after_build