Searched refs:getrowij (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/aij/seq/ |
| H A D | inode.c | 3902 A->ops->getrowij = MatGetRowIJ_SeqAIJ; in MatSeqAIJ_Inode_ResetOps() 3966 A->ops->getrowij = MatGetRowIJ_SeqAIJ_Inode; in MatSeqAIJCheckInode() 4010 B->ops->getrowij = MatGetRowIJ_SeqAIJ_Inode; in MatDuplicate_SeqAIJ_Inode() 4099 A->ops->getrowij = NULL; in MatSeqAIJCheckInode_FactorLU()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 98 …PetscErrorCode (*getrowij)(Mat, PetscInt, PetscBool, PetscBool, PetscInt *, const PetscInt *[], co… member
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 8212 if (!mat->ops->getrowij && done) *done = PETSC_FALSE; in MatGetRowIJ() 8216 PetscUseTypeMethod(mat, getrowij, shift, symmetric, inodecompressed, n, ia, ja, done); in MatGetRowIJ()
|