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