PCAIRGetStorageComplexity#

Returns the storage complexity of the PCAIR multigrid hierarchy

Synopsis#

PETSC_EXTERN PetscErrorCode PCAIRGetStorageComplexity(PC pc, PetscReal *complexity)

Not Collective

Input Parameter#

  • pc - the PCAIR preconditioner context

Output Parameter#

  • complexity - the storage complexity of the hierarchy, or -1 if PCSetUp() has not yet been called

Note#

Storage complexity is the total number of nonzeros actually stored by the hierarchy (accounting for the reduced storage possible with F-point-only up smoothing), divided by the number of nonzeros in the finest-level matrix.

See Also#

KSP: Linear System Solvers, PCAIR, PCSetUp(), PCAIRGetNumLevels(), PCAIRGetGridComplexity(), PCAIRGetOperatorComplexity(), PCAIRGetCycleComplexity(), PCAIRGetReuseStorageComplexity()

Level#

advanced

Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages