#include "petscao.h" int AODataSegmentAdd(AOData aodata,char *name,char *segment,int bs,int n,int *keys,void *data,PetscDataType dtype)Collective on AOData
aodata | - the database | |
name | - the name of the key | |
segment | - the name of the data segment | |
bs | - the fundamental blocksize of the data | |
n | - the number of data items contributed by this processor | |
keys | - the keys provided by this processor | |
data | - the actual data | |
dtype | - the data type (one of PETSC_INT, PETSC_DOUBLE, PETSC_SCALAR, etc.) |
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