tem_build_treeToProp_pointer Subroutine

public subroutine tem_build_treeToProp_pointer(treeToProp, nElems, ElemPropertyBits, prp_bit)

This routine builds mapping from tree%treeID to given property data array like boundary_ID or qVal

Arguments

TypeIntentOptionalAttributesName
integer, intent(out) :: treeToProp(nElems)

Pointer from tree to property data to be filled by this routine

integer :: nElems

mesh elements

integer(kind=long_k), intent(in) :: ElemPropertyBits(nElems)

Elements Property Bits

integer, intent(in) :: prp_bit

property bit


Contents


Variables

TypeVisibilityAttributesNameInitial
character(len=labelLen), private :: buffer
integer, private :: iElem
integer, private :: counter