AODataSegmentGetIS

Get data from a particular segment of a database.

Synopsis

#include "petscao.h" 
int AODataSegmentGetIS(AOData aodata,char *name,char *segment,IS is,void **data)
Collective on AOData and IS

Input Parameters

aodata - the database
name - the name of the key
segment - the name of the segment
is - the keys for data requested on this processor

Output Parameters

data -the actual data

Keywords

database transactions

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