AOCreateBasicIS

Creates a basic application ordering using two index sets.

Synopsis

int AOCreateBasicIS(IS isapp,IS ispetsc,AO *aoout)

Input Parameters

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

Output Parameter

aoout -the new application ordering

Collective on IS

Options Database Key

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

Keywords

AO, create

See Also

AOCreateBasic(), AODestroy()

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