PCFieldSplitSchurFactType#

determines which off-diagonal parts of the approximate block factorization to use

Synopsis#

Values#

where the matrix is factorized as

   (A   B)  = (1       0) (A   0) (1  Ainv*B)  = L D U
   (C   E)    (C*Ainv  1) (0   S) (0       1)

See Also#

Preconditioners, PCFIELDSPLIT, PCFieldSplitSetSchurFactType(), PC

Level#

intermediate

Location#

include/petscpctypes.h


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