Home
last modified time | relevance | path

Searched refs:zerorowslocal (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/impls/localref/
H A Dmlocalref.c259 B->ops->zerorowslocal = MatZeroRowsLocal_LocalRef; in MatCreateLocalRef()
/petsc/src/dm/impls/da/hypre/
H A Dmhyp.c213 mat->ops->zerorowslocal = MatZeroRowsLocal_HYPREStruct_3d; in MatSetUp_HYPREStruct()
677 mat->ops->zerorowslocal = MatZeroRowsLocal_HYPRESStruct_3d; in MatSetUp_HYPRESStruct()
/petsc/include/petsc/private/
H A Dmatimpl.h118 PetscErrorCode (*zerorowslocal)(Mat, PetscInt, const PetscInt[], PetscScalar, Vec, Vec); member
/petsc/src/mat/interface/
H A Dmatrix.c6661 if (mat->ops->zerorowslocal) { in MatZeroRowsLocal()
6662 PetscUseTypeMethod(mat, zerorowslocal, numRows, rows, diag, x, b); in MatZeroRowsLocal()
/petsc/src/mat/impls/is/
H A Dmatis.c3320 (*submat)->ops->zerorowslocal = MatZeroRowsLocal_SubMat_IS; in MatGetLocalSubMatrix_IS()