#include "petscao.h" PetscErrorCode AOSetIS(AO ao,IS isapp,IS ispetsc)Collective on MPI_Comm
ao | - the application ordering | |
isapp | - index set that defines an ordering | |
ispetsc | - index set that defines another ordering (may be NULL to use the natural ordering) |
This routine increases the reference count of isapp and ispetsc so you may/should destroy these arguments after this call if you no longer need them
Level:beginner
Location:src/vec/is/ao/interface/ao.c
Index of all AO routines
Table of Contents for all manual pages
Index of all manual pages