#include "petscmat.h" PetscErrorCode MatZeroRowsColumnsLocalIS(Mat mat,IS is,PetscScalar diag,Vec x,Vec b)Collective on Mat
mat | - the matrix | |
is | - index set of rows to remove | |
diag | - value put in all diagonals of eliminated rows | |
x | - optional vector of solutions for zeroed rows (other entries in vector are not used) | |
b | - optional vector of right hand side, that will be adjusted by provided solution |
The user can set a value in the diagonal entry (or for the AIJ and row formats can optionally remove the main diagonal entry from the nonzero structure as well, by passing 0.0 as the final argument).
Level:intermediate
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages