PCAIRGetZType#
Returns the type of grid-transfer (restriction) operator used by PCAIR
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetZType(PC pc, PCAIRZType *z_type)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
z_type - the grid-transfer operator type, one of
AIR_Z_PRODUCT,AIR_Z_LAIR, orAIR_Z_LAIR_SAI
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetZType(), PCAIRZType, PCAIRGetInverseType(), PCAIRGetLairDistance()
Level#
intermediate
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages