ISLocalToGlobalMappingApply

Takes a list of integers in a local numbering and converts them to the global numbering.

Synopsis

#include "sys.h" 
#include "is.h"  
int ISLocalToGlobalMappingApply(ISLocalToGlobalMapping mapping,int N,const int in[],int out[])
Not collective

Input Parameters

mapping - the local to global mapping context
N - number of integers
in - input indices in local numbering

Output Parameter

out -indices in global numbering

Notes

The in and out array parameters may be identical.

See Also

ISLocalToGlobalMappingCreate(),ISLocalToGlobalMappingDestroy(),
ISLocalToGlobalMappingApplyIS(),AOCreateBasic(),AOApplicationToPetsc(), AOPetscToApplication(), ISGlobalToLocalMappingApply()

Keywords

local-to-global, mapping, apply

Level:advanced
Location:src/vec/is/utils/isltog.c
Index Set
Table of Contents