Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatimpl.h166 PetscErrorCode (*getlocalsubmatrix)(Mat, IS, IS, Mat *); member
/petsc/src/mat/impls/is/
H A Dmatis.c3322 (*submat)->ops->getlocalsubmatrix = MatGetLocalSubMatrix_IS; in MatGetLocalSubMatrix_IS()
3671 A->ops->getlocalsubmatrix = MatGetLocalSubMatrix_IS; in MatCreate_IS()
/petsc/src/mat/impls/nest/
H A Dmatnest.c2298 A->ops->getlocalsubmatrix = MatGetLocalSubMatrix_Nest; in MatCreate_Nest()
/petsc/src/mat/interface/
H A Dmatrix.c10664 if (mat->ops->getlocalsubmatrix) { in MatGetLocalSubMatrix()
10665 PetscUseTypeMethod(mat, getlocalsubmatrix, isrow, iscol, submat); in MatGetLocalSubMatrix()