Peano
taylor-green-vortex.py File Reference

Go to the source code of this file.

Namespaces

 taylor-green-vortex
 

Variables

string taylor-green-vortex.initial_conditions
 
string taylor-green-vortex.boundary_conditions
 
string taylor-green-vortex.refinement_criterion
 
string taylor-green-vortex.analytical_solution
 
 taylor-green-vortex.parser = exahype2.ArgumentParser("ExaHyPE 2 Euler Taylor-Green Vortex Argument Parser")
 
 taylor-green-vortex.min_depth
 
 taylor-green-vortex.degrees_of_freedom
 
 taylor-green-vortex.periodic_boundary_conditions_x
 
 taylor-green-vortex.periodic_boundary_conditions_y
 
 taylor-green-vortex.periodic_boundary_conditions_z
 
 taylor-green-vortex.args = parser.parse_args()
 
list taylor-green-vortex.size = [2*3.14159265359, 2*3.14159265359, 2*3.14159265359]
 
float taylor-green-vortex.max_h = 1.1 * min(size) / (3.0**args.min_depth)
 
float taylor-green-vortex.min_h = max_h * 3.0 ** (-args.amr_levels)
 
 taylor-green-vortex.riemann_solver
 
 taylor-green-vortex.max_eigenvalue
 
 taylor-green-vortex.flux
 
 taylor-green-vortex.limiter
 
 taylor-green-vortex.error_measurement_implementation
 
 taylor-green-vortex.output_file_name
 
 taylor-green-vortex.project
 
float taylor-green-vortex.time_in_between_plots = 0.0
 
 taylor-green-vortex.dimensions
 
 taylor-green-vortex.offset
 
 taylor-green-vortex.min_end_time
 
 taylor-green-vortex.max_end_time
 
 taylor-green-vortex.first_plot_time_stamp
 
 taylor-green-vortex.periodic_BC
 
 taylor-green-vortex.mode
 
 taylor-green-vortex.make
 
 taylor-green-vortex.True
 
 taylor-green-vortex.make_clean_first
 
 taylor-green-vortex.throw_away_data_after_build