Home
last modified time | relevance | path

Searched refs:restorelocalsubmatrix (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Dmatimpl.h167 PetscErrorCode (*restorelocalsubmatrix)(Mat, IS, IS, Mat *); member
/petsc/src/mat/impls/nest/
H A Dmatnest.c2299 A->ops->restorelocalsubmatrix = MatRestoreLocalSubMatrix_Nest; in MatCreate_Nest()
/petsc/src/mat/interface/
H A Dmatrix.c10698 if (mat->ops->restorelocalsubmatrix) { in MatRestoreLocalSubMatrix()
10699 PetscUseTypeMethod(mat, restorelocalsubmatrix, isrow, iscol, submat); in MatRestoreLocalSubMatrix()