AODataKeyGetNeighborsIS

Given a list of keys generates a new list containing those keys plus neighbors found in a neighbors list.

Synopsis

#include "petscao.h" 
int AODataKeyGetNeighborsIS(AOData aodata,char *name,IS keys,IS *is)
Collective on AOData and IS

Input Parameters

aodata - the database
name - the name of the key
n - the number of data items needed by this processor
keys - the keys provided by this processor

Output Parameters

is -the indices retrieved

Keywords

database transactions

See Also

AODataCreateBasic(), AODataDestroy(), AODataKeyAdd(), AODataSegmentRestore(),
AODataSegmentGetIS(), AODataSegmentRestoreIS(), AODataSegmentAdd(), AODataKeyGetInfo(), AODataSegmentGetInfo(), AODataSegmentAdd(), AODataKeyGetNeighbors()

Level:advanced
Location:
src/dm/ao/interface/aodata.c
Index of all AO routines
Table of Contents for all manual pages
Index of all manual pages