PCSchurGetIterationNumber

Get the iteration numbers since the solve was started.

Synopsis

#include "pc.h" 
int PCSchurGetIterationNumber(PC pc, int *its, int *schurIts)
Not collective

Input Parameter

pc -The preconditioner context

Output

its - The total number of iterations used to solve A
schurIts - The number of iterations used to solve the Schur complement

Keywords

schur, iteration

See Also

PCSchurSetGradientOperator()

Level:intermediate
Location:
src/sles/pc/impls/schur/schur.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages