Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnest.c664 static PetscErrorCode MatNestFindSubMat(Mat A, struct MatNestISPair *is, IS isrow, IS iscol, Mat *B) in MatNestFindSubMat() function
690 PetscCall(MatNestFindSubMat(A, &vs->isglobal, isrow, iscol, &sub)); in MatCreateSubMatrix_Nest()
713 PetscCall(MatNestFindSubMat(A, &vs->islocal, isrow, iscol, &sub)); in MatGetLocalSubMatrix_Nest()
726 PetscCall(MatNestFindSubMat(A, &vs->islocal, isrow, iscol, &sub)); in MatRestoreLocalSubMatrix_Nest()