AOPetscToApplicationIS

Maps an index set in the PETSc ordering to the application-defined ordering.

Synopsis

int AOPetscToApplicationIS(AO ao,IS is)
Collective on AO and IS

Input Parameters

ao - the application ordering context
is - the index set

Note: Any integers in ia[] that are negative are left unchanged. Thisallows one to convert, for example, neighbor lists that use negativeentries to indicate nonexistent neighbors due to boundary conditionsetc.

Keywords

application ordering, mapping

See Also

AOCreateBasic(), AOView(),AOApplicationToPetsc(),
AOApplicationToPetscIS(),AOPetscToApplication()

Location: src/ao/interface/ao.c
IS and DA Index
Table of Contents