#include "petscmat.h" PetscErrorCode MatFactorSolveSchurComplementTranspose(Mat F, Vec rhs, Vec sol)Logically Collective on Mat Many br
F | - the factored matrix obtained by calling MatGetFactor() Many br | |
rhs | - location where the right hand side of the Schur complement system is stored Many br | |
sol | - location where the solution of the Schur complement system has to be returned Many br |
Many br
Level:advanced
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages