Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c3519 static PetscErrorCode MatCreateSubMatrices_IS(Mat A, PetscInt n, const IS irow[], const IS icol[], … in MatCreateSubMatrices_IS() function
3683 A->ops->createsubmatrices = MatCreateSubMatrices_IS; in MatCreate_IS()