tem_local_subTree_from Subroutine

public subroutine tem_local_subTree_from(me, map2global, treeID)

This subroutine creates a subTree based on a provided map or list of treeids (in case a local shape is used) to the corresponding tree. This routine shall be called from a single process only, it is not intended to communicate and broadcast its information. requires the setting of me%global before hand.

Arguments

TypeIntentOptionalAttributesName
type(tem_subTree_type), intent(inout) :: me

subTree to be created from list of elements (map2global)

integer, intent(in), optional :: map2global(:)

position of the treeID in the global treeID list

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

list of treeIDs only use this in case a local shape is set


Calls

proc~~tem_local_subtree_from~~CallsGraph proc~tem_local_subtree_from tem_local_subTree_from proc~tem_abort tem_abort proc~tem_local_subtree_from->proc~tem_abort mpi_abort mpi_abort proc~tem_abort->mpi_abort

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: nElemsList