int AOCreateBasic(MPI_Comm comm,int napp,int *myapp,int *mypetsc,AO *aoout)
comm | - MPI communicator that is to share AO |
napp | - size of integer arrays |
myapp | - integer array that defines an ordering |
mypetsc | - integer array that defines another ordering (may be PETSC_NULL to indicate the natural ordering) |
Collective on MPI_Comm
Location: src/ao/impls/basic/aobasic.c
IS and DA Index
Table of Contents