Peano
Loading...
Searching...
No Matches
isothermal-stratification.py File Reference

Go to the source code of this file.

Namespaces

namespace  isothermal-stratification
 

Variables

str isothermal-stratification.initial_conditions
 
str isothermal-stratification.boundary_conditions
 
str isothermal-stratification.compute_usq
 
tuple isothermal-stratification.calculate_pressure
 
tuple isothermal-stratification.calculate_pressure_perturbations
 
tuple isothermal-stratification.limiter
 
tuple isothermal-stratification.reconstruction
 
 isothermal-stratification.parser = exahype2.ArgumentParser("ExaHyPE 2 - Finite Volumes Testing Script")
 
 isothermal-stratification.min_depth
 
 isothermal-stratification.degrees_of_freedom
 
 isothermal-stratification.args = parser.parse_args()
 
list isothermal-stratification.size = [40_000, 40_000, 40_000]
 
float isothermal-stratification.max_h = 1.1 * min(size) / (3.0**args.min_depth)
 
float isothermal-stratification.min_h = max_h * 3.0 ** (-args.amr_levels)
 
 isothermal-stratification.fv_solver
 
 isothermal-stratification.max_eigenvalue
 
 isothermal-stratification.flux
 
 isothermal-stratification.riemann_solver
 
 isothermal-stratification.source_term
 Source term needs to be commented out for Godunov.
 
 isothermal-stratification.project
 
float isothermal-stratification.time_in_between_plots = 0.0
 
 isothermal-stratification.dimensions
 
 isothermal-stratification.offset
 
 isothermal-stratification.min_end_time
 
 isothermal-stratification.max_end_time
 
 isothermal-stratification.first_plot_time_stamp
 
 isothermal-stratification.periodic_BC
 
 isothermal-stratification.mode
 
 isothermal-stratification.make
 
 isothermal-stratification.True
 
 isothermal-stratification.make_clean_first
 
 isothermal-stratification.throw_away_data_after_build