:orphan: # PCSPAISetVerbose verbosity level for the `PCSPAI` preconditioner ## Synopsis ``` #include "petscpc.h" PetscErrorCode PCSPAISetVerbose(PC pc, PetscInt verbose) ``` ## Input Parameters - ***pc -*** the preconditioner - ***n -*** level (default 1) ## Note print parameters, timings and matrix statistics ## See Also `PCSPAI`, `PCSetType()` ## Level intermediate ## Location src/ksp/pc/impls/spai/ispai.c ## Implementations PCSPAISetVerbose_SPAI in src/ksp/pc/impls/spai/ispai.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/spai/ispai.c) [Index of all PC routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)