#include "petscmat.h" PetscErrorCode MatFactorSetSchurIS(Mat mat,IS is)Collective on Mat
mat | - the factored matrix | |
is | - the index set defining the Schur indices (0-based) |
Notes: Call MatFactorSolveSchurComplement() or MatFactorSolveSchurComplementTranspose() after this call to solve a Schur complement system.
You can call MatFactorGetSchurComplement() or MatFactorCreateSchurComplement() after this call.
Level:developer
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages