AODataGetInfo

Gets the number of keys and their names in a database.

Synopsis

#include "ao.h" 
int AODataGetInfo(AOData ao,int *nkeys,char ***keys)
Not collective

Input Parameter

ao -the AOData database

Output Parameters

nkeys - the number of keys
keys - the names of the keys (or PETSC_NULL)

Keywords

application ordering

See Also

AODataSegmentGetInfo()

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