AOCreateBasic

Creates a basic application ordering using two integer arrays.

Synopsis

int AOCreateBasic(MPI_Comm comm,int napp,int *myapp,int *mypetsc,AO *aoout)

Input Parameters

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)

Output Parameter

aoout -the new application ordering

Collective on MPI_Comm

Options Database Key

-ao_view -call AOView() at the conclusion of AOCreateBasic()

Keywords

AO, create

See Also

AOCreateBasicIS(), AODestroy()

Location: src/ao/impls/basic/aobasic.c
IS and DA Index
Table of Contents