atl_fill_BCIndex Subroutine

public subroutine atl_fill_BCIndex(tree, bc, boundary_list, nDim, varSys, poly_proj_list, mesh_list)

Arguments

Type IntentOptional Attributes Name
type(treelmesh_type), intent(in) :: tree

global treelm mesh info

type(atl_boundary_type), intent(inout) :: bc(:)

Global description of all boundaries

type(atl_level_boundary_type), intent(in) :: boundary_list(tree%global%minLevel:tree%global%maxLevel)

The created boundary information.

integer, intent(in) :: nDim
type(tem_varSys_type), intent(in) :: varSys

The variable system to obtain the variable from.

type(ply_poly_project_type), intent(inout), target :: poly_proj_list(:)

unique list for projection methods

type(atl_cube_elem_type), intent(in) :: mesh_list(tree%global%minLevel:tree%global%maxLevel)

The mesh you are using.