append Interface

private interface append

Calls

interface~~append~39~~CallsGraph interface~append~39 append proc~append_element append_element interface~append~39->proc~append_element proc~tem_etypeisvalid tem_eTypeIsValid proc~append_element->proc~tem_etypeisvalid interface~append~5 append proc~append_element->interface~append~5 interface~init~4 init proc~append_element->interface~init~4 proc~append_ga_dynlong_vec append_ga_dynlong_vec interface~append~5->proc~append_ga_dynlong_vec proc~append_ga_dynlong append_ga_dynlong interface~append~5->proc~append_ga_dynlong proc~init_ga_dynlong init_ga_dynlong interface~init~4->proc~init_ga_dynlong interface~expand~3 expand proc~append_ga_dynlong_vec->interface~expand~3 proc~append_ga_dynlong->interface~expand~3

Contents


Module Procedures

private subroutine append_element(me, tID, property, eType, pntTID, sourceProc, nNeighIDs, haloNesting, needsUpdate, stencilElements, pos, wasAdded)

append an element with its treeID, property, element type, position in Tree, position in boundary_ID, number of neighbors, procID

Arguments

Type IntentOptional AttributesName
type(tem_element_type), intent(inout) :: me

element object

integer(kind=long_k), intent(in) :: tID

element treeID

integer(kind=long_k), intent(in), optional :: property

property associated with the treeID

integer, intent(in), optional :: eType

element type

integer, intent(in), optional :: pntTID

count of this type pointer of the treeID

integer, intent(in), optional :: sourceProc

the procID which is adding the element

integer, intent(in), optional :: nNeighIDs

number of neighbors

integer, intent(in), optional :: haloNesting

nesting level for haloElems

logical, intent(in), optional :: needsUpdate
type(tem_stencilElement_type), intent(in), optional :: stencilElements(:)
integer, intent(out) :: pos

position of treeID

logical, intent(out), optional :: wasAdded