allocateBCList Subroutine

private subroutine allocateBCList(globBC, nBCs, minLevel, maxLevel, QQN)

Allocate BC lists, 2nd step in Build_BClists

Arguments

Type IntentOptional Attributes Name
type(glob_boundary_type), intent(inout) :: globBC(nBCs)

boundaries for the elements with bnd property set

integer, intent(in) :: nBCs
integer, intent(in) :: minLevel
integer, intent(in) :: maxLevel
integer, intent(in) :: QQN

Calls

proc~~allocatebclist~~CallsGraph proc~allocatebclist allocateBCList proc~mus_init_bc_elems mus_init_bc_elems proc~allocatebclist->proc~mus_init_bc_elems val val proc~allocatebclist->val destroy destroy proc~mus_init_bc_elems->destroy init init proc~mus_init_bc_elems->init

Called by

proc~~allocatebclist~~CalledByGraph proc~allocatebclist allocateBCList proc~build_bclists build_BClists proc~build_bclists->proc~allocatebclist proc~mus_construct mus_construct proc~mus_construct->proc~build_bclists proc~mus_initialize mus_initialize proc~mus_initialize->proc~mus_construct proc~mus_perform_dynloadbal mus_perform_dynLoadBal proc~mus_perform_dynloadbal->proc~mus_construct program~mus_harvesting mus_harvesting program~mus_harvesting->proc~mus_construct proc~mus_solve mus_solve proc~mus_solve->proc~mus_perform_dynloadbal program~musubi musubi program~musubi->proc~mus_initialize