petsc-3.3-p7 2013-05-11

AOSetIS

Sets the IS associated with the application ordering.

Synopsis

#include "petscao.h" 
PetscErrorCode AOSetIS(AO ao,IS isapp,IS ispetsc)
Collective on MPI_Comm

Input Parameters

ao - the application ordering
isapp - index set that defines an ordering
ispetsc - index set that defines another ordering (may be PETSC_NULL to use the natural ordering)

Notes

The index sets isapp and ispetsc are used only for creation of ao.

Keywords

AO, create

See Also

AOCreate(), AODestroy(), AOPetscToApplication(), AOApplicationToPetsc()

Level:beginner
Location:
src/dm/ao/interface/ao.c
Index of all AO routines
Table of Contents for all manual pages
Index of all manual pages