Home
last modified time | relevance | path

Searched refs:MatZeroRowsLocalIS (Results 1 – 6 of 6) sorted by relevance

/petsc/src/mat/tests/
H A Dex23.c1065 PetscCall(MatZeroRowsLocalIS(B, is, diag, x, b)); in TestMatZeroRows()
1078 PetscCall(MatZeroRowsLocalIS(B, is, diag, NULL, NULL)); in TestMatZeroRows()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi381 PetscErrorCode MatZeroRowsLocalIS(PetscMat, PetscIS, PetscScalar, PetscVec, PetscVec)
H A DMat.pyx3294 zeroRows, petsc.MatZeroRowsLocal, petsc.MatZeroRowsLocalIS
3303 CHKERR(MatZeroRowsLocalIS(self.mat, (<IS>rows).iset, sval, xvec, bvec))
/petsc/include/
H A Dpetscmat.h931 PETSC_EXTERN PetscErrorCode MatZeroRowsLocalIS(Mat, IS, PetscScalar, Vec, Vec);
/petsc/doc/manual/
H A Dmat.md1116 The functions `MatZeroRowsLocal()` and `MatZeroRowsLocalIS()` can
/petsc/src/mat/interface/
H A Dmatrix.c6706 PetscErrorCode MatZeroRowsLocalIS(Mat mat, IS is, PetscScalar diag, Vec x, Vec b) in MatZeroRowsLocalIS() function