AODataKeyGetOwnershipRange

Gets the ownership range to this key type.

Synopsis

#include "ao.h" 
int AODataKeyGetOwnershipRange(AOData aodata,char *name,int *rstart,int *rend)
Not collective

Input Parameters

aodata - the database
name - the name of the key

Output Parameters

rstart - first key owned locally (or PETSC_NULL if not needed)
rend - last key owned locally + 1 (or PETSC_NULL if not needed)

Keywords

database accessing

See Also

AODataKeyGetInfo()

Level:advanced
Location:src/dm/ao/interface/aodata.c
AO Index
Table of Contents