AODataSegmentGetInfo

Gets the blocksize and type of a data segment

Synopsis

int AODataSegmentGetInfo(AOData aodata,char *keyname,char *segname,int *bs, PetscDataType *dtype)
Not collective

Input Parameters

aodata - the database
keyname - the name of the key
segname - the name of the segment

Output Parameters

bs - the blocksize
dtype - the datatype

Keywords

database accessing

See Also

AODataGetInfo()

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