tem_build_levelPointer Subroutine

private subroutine tem_build_levelPointer(levelPointer, tree, levelDesc)

Arguments

TypeIntentOptionalAttributesName
integer, intent(out), allocatable:: levelPointer(:)

Pointer from original treeID list to level wise fluid list

type(treelmesh_type), intent(in) :: tree

the global tree

type(tem_levelDesc_type), intent(in) :: levelDesc(tree%global%minlevel:)

the level descriptor to be filled


Calls

proc~~tem_build_levelpointer~~CallsGraph proc~tem_build_levelpointer tem_build_levelPointer tem_positioninsorted tem_positioninsorted proc~tem_build_levelpointer->tem_positioninsorted proc~tem_levelof tem_LevelOf proc~tem_build_levelpointer->proc~tem_levelof

Called by

proc~~tem_build_levelpointer~~CalledByGraph proc~tem_build_levelpointer tem_build_levelPointer proc~tem_find_allelements tem_find_allElements proc~tem_find_allelements->proc~tem_build_levelpointer proc~tem_create_leveldesc tem_create_levelDesc proc~tem_create_leveldesc->proc~tem_find_allelements proc~tem_dimbydim_construction tem_dimByDim_construction proc~tem_dimbydim_construction->proc~tem_create_leveldesc proc~tem_build_face_info tem_build_face_info proc~tem_build_face_info->proc~tem_dimbydim_construction

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iLevel
integer, private :: iElem