Searched refs:restorelocalsubmatrix (Results 1 – 3 of 3) sorted by relevance
167 PetscErrorCode (*restorelocalsubmatrix)(Mat, IS, IS, Mat *); member
2299 A->ops->restorelocalsubmatrix = MatRestoreLocalSubMatrix_Nest; in MatCreate_Nest()
10698 if (mat->ops->restorelocalsubmatrix) { in MatRestoreLocalSubMatrix()10699 PetscUseTypeMethod(mat, restorelocalsubmatrix, isrow, iscol, submat); in MatRestoreLocalSubMatrix()