SharedAttrIndexList Interface

public interface SharedAttrIndexList

Module Procedures

private subroutine aCaCSharedAttrIndexList_(aC1, aC2, attrib, NumShared, Indices1, Indices2)

Arguments

Type IntentOptional Attributes Name
type(Accumulator), intent(in) :: aC1
type(Accumulator), intent(in) :: aC2
character(len=7), intent(in) :: attrib
integer, intent(out) :: NumShared
integer, dimension(:), pointer :: Indices1
integer, dimension(:), pointer :: Indices2

private subroutine aVaCSharedAttrIndexList_(aV, aC, attrib, NumShared, Indices1, Indices2)

Arguments

Type IntentOptional Attributes Name
type(AttrVect), intent(in) :: aV
type(Accumulator), intent(in) :: aC
character(len=*), intent(in) :: attrib
integer, intent(out) :: NumShared
integer, dimension(:), pointer :: Indices1
integer, dimension(:), pointer :: Indices2