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.


Calls

proc~~atl_fill_bcindex~~CallsGraph proc~atl_fill_bcindex atl_fill_BCIndex proc~atl_get_points_from_bc atl_get_points_from_BC proc~atl_fill_bcindex->proc~atl_get_points_from_bc proc~append append proc~atl_fill_bcindex->proc~append proc~atl_reftophyscoord atl_refToPhysCoord proc~atl_get_points_from_bc->proc~atl_reftophyscoord

Called by

proc~~atl_fill_bcindex~~CalledByGraph proc~atl_fill_bcindex atl_fill_BCIndex proc~atl_initialize atl_initialize proc~atl_initialize->proc~atl_fill_bcindex proc~atl_initialize_program atl_initialize_program proc~atl_initialize_program->proc~atl_initialize program~atl_harvesting atl_harvesting program~atl_harvesting->proc~atl_initialize program~ateles ateles program~ateles->proc~atl_initialize_program

Contents