Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c3242 static PetscErrorCode MatGetLocalSubMatrix_IS(Mat A, IS row, IS col, Mat *submat) in MatGetLocalSubMatrix_IS() function
3322 (*submat)->ops->getlocalsubmatrix = MatGetLocalSubMatrix_IS; in MatGetLocalSubMatrix_IS()
3671 A->ops->getlocalsubmatrix = MatGetLocalSubMatrix_IS; in MatCreate_IS()