Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatimpl.h165 PetscErrorCode (*getghosts)(Mat, PetscInt *, const PetscInt *[]); member
/petsc/src/mat/interface/
H A Dmatrix.c476 if (mat->ops->getghosts) PetscUseTypeMethod(mat, getghosts, nghosts, ghosts); in MatGetGhosts()