AO#
Abstract PETSc object that manages mapping between different global numberings
Synopsis#
typedef struct _p_AO *AO;
Notes#
An application ordering is usually mapping between an application-centric numbering (the ordering that is “natural” for the application) and the parallel numbering 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