AO#
Abstract PETSc object that manages mapping between different global numbering
Synopsis#
typedef struct _p_AO *AO;
Notes#
An application ordering is mapping between an application-centric ordering (the ordering that is “natural” for the application) and the parallel ordering that PETSc uses.
See Also#
AOCreateBasic()
, AOCreateBasicIS()
, AOPetscToApplication()
, AOView()
, AOApplicationToPetsc()
, AOType
, AOSetType()
Level#
intermediate
Location#
Implementations#
_p_AO in src/vec/is/ao/aoimpl.h
Index of all AO routines
Table of Contents for all manual pages
Index of all manual pages