Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnestimpl.h5 struct MatNestISPair { struct
12 struct MatNestISPair isglobal; argument
13 struct MatNestISPair islocal;
H A Dmatnest.c664 static PetscErrorCode MatNestFindSubMat(Mat A, struct MatNestISPair *is, IS isrow, IS iscol, Mat *B) in MatNestFindSubMat()