Home
last modified time | relevance | path

Searched refs:getrowij (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/aij/seq/
H A Dinode.c3902 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 Dmatimpl.h98 …PetscErrorCode (*getrowij)(Mat, PetscInt, PetscBool, PetscBool, PetscInt *, const PetscInt *[], co… member
/petsc/src/mat/interface/
H A Dmatrix.c8212 if (!mat->ops->getrowij && done) *done = PETSC_FALSE; in MatGetRowIJ()
8216 PetscUseTypeMethod(mat, getrowij, shift, symmetric, inodecompressed, n, ia, ja, done); in MatGetRowIJ()