Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dmatimpl.h173 PetscErrorCode (*getghosts)(Mat,PetscInt*,const PetscInt *[]); member
/dports/science/PETSc/petsc-3.14.1/src/mat/interface/
H A Dmatrix.c422 if (!mat->ops->getghosts) { in MatGetGhosts()
426 ierr = (*mat->ops->getghosts)(mat,nghosts,ghosts);CHKERRQ(ierr); in MatGetGhosts()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS10162 PetscErrorCode (*getghosts)getghosts173,8444
H A DCTAGS44889 getghosts include/petsc/private/matimpl.h /^ PetscErrorCode (*getghosts)(Mat,PetscInt*,const Petsc…