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

Go to the source code of this file.

Namespaces

namespace  fv-coupling
 

Variables

 fv-coupling.parser = exahype2.ArgumentParser("ExaHyPE 2 - Finite Volumes Coupling Testing Script")
 
 fv-coupling.min_depth
 
 fv-coupling.degrees_of_freedom
 
 fv-coupling.end_time
 
 fv-coupling.periodic_boundary_conditions_x
 
 fv-coupling.periodic_boundary_conditions_y
 
 fv-coupling.periodic_boundary_conditions_z
 
 fv-coupling.args = parser.parse_args()
 
float fv-coupling.max_h = 1.1 / 3.0**args.min_depth
 
float fv-coupling.min_h = max_h * 3.0 ** (-args.amr_levels)
 
dict fv-coupling.euler_unknowns
 EULER #.
 
str fv-coupling.euler_initial_conditions
 
str fv-coupling.euler_boundary_conditions
 
str fv-coupling.compute_primitive_variables
 
str fv-coupling.euler_max_eigenvalue
 
str fv-coupling.euler_flux
 
 fv-coupling.euler_solver
 
 fv-coupling.initial_conditions
 
 fv-coupling.boundary_conditions
 
 fv-coupling.flux
 
 fv-coupling.max_eigenvalue
 
dict fv-coupling.advection_unknowns = {"scalar": 1}
 ADVECTION #.
 
dict fv-coupling.advection_auxiliary_variables
 
str fv-coupling.advection_initial_conditions
 
str fv-coupling.advection_boundary_conditions
 
str fv-coupling.advection_flux
 
str fv-coupling.advection_max_eigenvalue
 
 fv-coupling.advection_solver
 
 fv-coupling._compute_time_step_size
 COUPLING #.
 
 fv-coupling.number_of_variables_euler = euler_solver.auxiliary_variables + euler_solver.unknowns
 
tuple fv-coupling.number_of_variables_advection
 
 fv-coupling.last_solver
 
 fv-coupling.project
 PROJECT #.
 
float fv-coupling.time_in_between_plots = 0.0
 
 fv-coupling.dimensions
 
 fv-coupling.size
 
 fv-coupling.offset
 
 fv-coupling.min_end_time
 
 fv-coupling.max_end_time
 
 fv-coupling.first_plot_time_stamp
 
 fv-coupling.periodic_BC
 
 fv-coupling.mode
 
 fv-coupling.make
 
 fv-coupling.True
 
 fv-coupling.make_clean_first
 
 fv-coupling.throw_away_data_after_build