Home
last modified time | relevance | path

Searched refs:zerorowscolumnslocal (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/localref/
H A Dmlocalref.c260 B->ops->zerorowscolumnslocal = MatZeroRowsColumnsLocal_LocalRef; in MatCreateLocalRef()
/petsc/include/petsc/private/
H A Dmatimpl.h209 PetscErrorCode (*zerorowscolumnslocal)(Mat, PetscInt, const PetscInt[], PetscScalar, Vec, Vec); member
/petsc/src/mat/interface/
H A Dmatrix.c6761 if (mat->ops->zerorowscolumnslocal) { in MatZeroRowsColumnsLocal()
6762 PetscUseTypeMethod(mat, zerorowscolumnslocal, numRows, rows, diag, x, b); in MatZeroRowsColumnsLocal()
/petsc/src/mat/impls/is/
H A Dmatis.c3321 (*submat)->ops->zerorowscolumnslocal = MatZeroRowsColumnsLocal_SubMat_IS; in MatGetLocalSubMatrix_IS()