#include "petscmat.h" PetscErrorCode MatFactorCreateSchurComplement(Mat F,Mat* S)Logically Collective on Mat
F | - the factored matrix obtained by calling MatGetFactor() from PETSc-MUMPS interface | |
*S | - location where to return the Schur complement (MATDENSE) |