atl_initialize_program Subroutine

public subroutine atl_initialize_program(params, equation, tree, varSys_data, nCellsNoBnd, element_container, poly_proj_list, precice_dt)

Arguments

Type IntentOptional Attributes Name
type(atl_solver_param_type), intent(inout) :: params
type(atl_Equations_type), intent(out) :: equation
type(treelmesh_type), intent(inout) :: tree
type(atl_varSys_solverData_type), intent(out) :: varSys_data

Data Infomation of the variable System

integer, intent(out), allocatable :: nCellsNoBnd(:)
type(atl_element_container_type), intent(out) :: element_container
type(ply_poly_project_type), intent(out), allocatable :: poly_proj_list(:)
real(kind=rk), intent(out), optional :: precice_dt