Peano
cartesian.py File Reference

Go to the source code of this file.

Namespaces

 cartesian
 

Variables

int cartesian.min_level = 3
 
int cartesian.max_depth = 0
 
int cartesian.order = 5
 
string cartesian.precision = "float"
 
float cartesian.e_t = 2.0
 
float cartesian.plot_dt = 0.1
 
string cartesian.polynomials = "legendre"
 
bool cartesian.use_tracers = True
 
list cartesian.size = [ 9.0, 9.0, 9.0]
 
list cartesian.offset = [-4.5, 0., -4.5]
 
dictionary cartesian.unknowns = {"v": 3, "sigma": 6}
 
dictionary cartesian.auxiliary_variables = {"rho":1, "cp": 1, "cs": 1}
 
float cartesian.max_h = 1.1 * min(size) / (3.0**min_level)
 
float cartesian.min_h = max_h / (3.0**max_depth)
 
 cartesian.project
 
 cartesian.theSolver
 
 cartesian.is_linear
 
 cartesian.True
 
 cartesian.solution_persistent_storage_precision
 
 cartesian.predictor_computation_precisions
 
 cartesian.corrector_computation_precision
 
 cartesian.initial_conditions
 
 cartesian.boundary_conditions
 
 cartesian.max_eigenvalue
 
 cartesian.flux
 
 cartesian.refinement_criterion
 
 cartesian.riemann_solver
 
 cartesian.number_of_point_sources
 
 cartesian.point_source
 
 cartesian.init_point_source_location
 
 cartesian.dimensions
 
 cartesian.min_end_time
 
 cartesian.first_plot_time_stamp
 
 cartesian.time_in_between_plots
 
 cartesian.peano4_project = project.generate_Peano4_project(verbose=False)
 
 cartesian.make_clean_first