Searched refs:getlocalsubmatrix (Results 1 – 4 of 4) sorted by relevance
166 PetscErrorCode (*getlocalsubmatrix)(Mat, IS, IS, Mat *); member
3322 (*submat)->ops->getlocalsubmatrix = MatGetLocalSubMatrix_IS; in MatGetLocalSubMatrix_IS()3671 A->ops->getlocalsubmatrix = MatGetLocalSubMatrix_IS; in MatCreate_IS()
2298 A->ops->getlocalsubmatrix = MatGetLocalSubMatrix_Nest; in MatCreate_Nest()
10664 if (mat->ops->getlocalsubmatrix) { in MatGetLocalSubMatrix()10665 PetscUseTypeMethod(mat, getlocalsubmatrix, isrow, iscol, submat); in MatGetLocalSubMatrix()