Searched refs:getghosts (Results 1 – 2 of 2) sorted by relevance
165 PetscErrorCode (*getghosts)(Mat, PetscInt *, const PetscInt *[]); member
476 if (mat->ops->getghosts) PetscUseTypeMethod(mat, getghosts, nghosts, ghosts); in MatGetGhosts()