petsc-3.7.1 2016-05-15
Report Typos and Errors

AOCreate

Creates an application ordering.

Synopsis

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

Input Parameters

comm -MPI communicator that is to share AO Many br

Output Parameter

ao -the new application ordering Many br

Options Database Key

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

Many br

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