Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/ !
H A Dmatis.c1367 static PetscErrorCode MatCreateSubMatrix_IS(Mat mat, IS irow, IS icol, MatReuse scall, Mat *newmat) in MatCreateSubMatrix_IS() function
3672 A->ops->createsubmatrix = MatCreateSubMatrix_IS; in MatCreate_IS()