Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c1654 c->sub_rend = rend; in MatDenseGetSubMatrix_MPIDense()
1659 if (c->sub_rbegin != rbegin || c->sub_rend != rend) { in MatDenseGetSubMatrix_MPIDense()
1666 c->sub_rend = rend; in MatDenseGetSubMatrix_MPIDense()
/petsc/include/petsc/private/
H A Dmatimpl.h757 PetscInt sub_rend; member