Searched refs:getvalueslocal (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 197 …PetscErrorCode (*getvalueslocal)(Mat, PetscInt, const PetscInt[], PetscInt, const PetscInt[], Pets… member
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 2225 …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()
|