#include "petscmat.h" PetscErrorCode MatZeroRowsColumnsLocal(Mat mat,PetscInt numRows,const PetscInt rows[],PetscScalar diag,Vec x,Vec b)Collective on Mat Many br
mat | - the matrix Many br | |
numRows | - the number of rows to remove Many br | |
rows | - the global row indices Many br | |
diag | - value put in all diagonals of eliminated rows Many br | |
x | - optional vector of solutions for zeroed rows (other entries in vector are not used) Many br | |
b | - optional vector of right hand side, that will be adjusted by provided solution Many br |
The user can set a value in the diagonal entry (or for the AIJ and Many brrow formats can optionally remove the main diagonal entry from the Many brnonzero structure as well, by passing 0.0 as the final argument). Many br
Many br
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