AODataGetInfo

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

Synopsis

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()

Location: src/ao/interface/aodata.c
IS and DA Index
Table of Contents