Peano
static-limiting-tohoku.py File Reference

Go to the source code of this file.

Namespaces

 static-limiting-tohoku
 

Variables

 static-limiting-tohoku.project
 
int static-limiting-tohoku.dimensions = 2
 
int static-limiting-tohoku.min_level = 4
 
int static-limiting-tohoku.max_depth = 0
 
int static-limiting-tohoku.order = 5
 
float static-limiting-tohoku.end_time = 7000.0
 
float static-limiting-tohoku.plot_interval = 500.0
 
list static-limiting-tohoku.offset = [0.0, 1.2e6]
 
list static-limiting-tohoku.size = [2.0e6, 2.0e6]
 
float static-limiting-tohoku.max_h = 1.1 * min(size) / (3.0**min_level)
 
float static-limiting-tohoku.min_h = max_h / (3.0**max_depth)
 
string static-limiting-tohoku.initial_conditions
 
string static-limiting-tohoku.boundary_conditions
 
string static-limiting-tohoku.flux
 
string static-limiting-tohoku.ncp
 
string static-limiting-tohoku.max_eval
 
string static-limiting-tohoku.limiting_criterion
 
 static-limiting-tohoku.aderdg_solver
 
 static-limiting-tohoku.polynomials
 
 static-limiting-tohoku.riemann_solver_implementation
 
 static-limiting-tohoku.fv_solver
 
 static-limiting-tohoku.max_eigenvalue
 
 static-limiting-tohoku.riemann_solver
 
 static-limiting-tohoku.limiter
 
 static-limiting-tohoku.build_mode = peano4.output.CompileMode.Release
 limiter._start_time_step_implementation += """ if(_solverState==SolverState::LimiterStatusSpreadingToNeighbours){ repositories::instanceOfADERDGSolver2.suspendSolversForOneGridSweep(); } """ More...
 
 static-limiting-tohoku.min_end_time
 
 static-limiting-tohoku.max_end_time
 
 static-limiting-tohoku.first_plot_time_stamp
 
 static-limiting-tohoku.time_in_between_plots
 
 static-limiting-tohoku.periodic_BC
 
 static-limiting-tohoku.make_clean_first