ISLocalToGlobalMappingApplyIS

Creates from an IS in the local numbering a new index set using the global numbering defined in an ISLocalToGlobalMapping context.

Synopsis

int ISLocalToGlobalMappingApplyIS(ISLocalToGlobalMapping mapping, IS is, IS *newis)
Not collective

Input Parameters

mapping - mapping between local and global numbering
is - index set in local numbering

Output Parameters

newis -index set in global numbering

Keywords

IS, local-to-global mapping, apply

See Also

ISLocalToGlobalMappingApply(), ISLocalToGlobalMappingCreate(),
ISLocalToGlobalMappingDestroy(), ISGlobalToLocalMappingApply()

Location: src/is/utils/isltog.c
IS and DA Index
Table of Contents