Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c1622 static PetscErrorCode MatDenseGetSubMatrix_MPIDense(Mat A, PetscInt rbegin, PetscInt rend, PetscInt… in MatDenseGetSubMatrix_MPIDense() function
1762 …cObjectComposeFunction((PetscObject)mat, "MatDenseGetSubMatrix_C", MatDenseGetSubMatrix_MPIDense)); in MatCreate_MPIDense()