ATELES
This is the main program of the Adaptive Tree-based Efficient and Lithe Equation Solver. It provides the Modal Discontinuous Galerkin solver in the APES framework. (c) 2011 German Research School for Simulation Sciences GmbH (c) 2013-2016 University of Siegen
Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
type(atl_solver_param_type) | :: | params | ||||
type(atl_Equations_type) | :: | equation | ||||
type(treelmesh_type) | :: | tree | ||||
type(atl_varSys_solverData_type) | :: | varSys_data | ||||
integer, | allocatable | :: | nCellsNoBnd(:) | |||
type(atl_element_container_type) | :: | element_container | ||||
type(ply_poly_project_type), | allocatable | :: | poly_proj_list(:) | |||
real(kind=rk) | :: | precice_dt | ||||
integer | :: | iError |