Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatimpl.h197 …PetscErrorCode (*getvalueslocal)(Mat, PetscInt, const PetscInt[], PetscInt, const PetscInt[], Pets… member
/petsc/src/mat/interface/
H A Dmatrix.c2225 …PetscCheck(mat->ops->getvalueslocal || mat->ops->getvalues, PETSC_COMM_SELF, PETSC_ERR_SUP, "Mat t… in MatGetValuesLocal()
2229 if (mat->ops->getvalueslocal) PetscUseTypeMethod(mat, getvalueslocal, nrow, irow, ncol, icol, y); in MatGetValuesLocal()