petsc-3.7.5 2017-01-01
Report Typos and Errors

AOCreate

Creates an application ordering.

Synopsis

#include "petscao.h" 
PetscErrorCode  AOCreate(MPI_Comm comm,AO *ao)
Collective on MPI_Comm

Input Parameters

comm -MPI communicator that is to share AO

Output Parameter

ao -the new application ordering

Options Database Key

-ao_type <aotype> - create ao with particular format
-ao_view - call AOView() at the conclusion of AOCreate()

Keywords

AO, create

See Also

AOSetIS(), AODestroy(), AOPetscToApplication(), AOApplicationToPetsc()

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