Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Dinode.c3903 A->ops->restorerowij = MatRestoreRowIJ_SeqAIJ; in MatSeqAIJ_Inode_ResetOps()
3967 A->ops->restorerowij = MatRestoreRowIJ_SeqAIJ_Inode; in MatSeqAIJCheckInode()
4011 B->ops->restorerowij = MatRestoreRowIJ_SeqAIJ_Inode; in MatDuplicate_SeqAIJ_Inode()
4100 A->ops->restorerowij = NULL; in MatSeqAIJCheckInode_FactorLU()
/petsc/include/petsc/private/
H A Dmatimpl.h99 …PetscErrorCode (*restorerowij)(Mat, PetscInt, PetscBool, PetscBool, PetscInt *, const PetscInt *[]… member
/petsc/src/mat/interface/
H A Dmatrix.c8302 if (!mat->ops->restorerowij && done) *done = PETSC_FALSE; in MatRestoreRowIJ()
8305 PetscUseTypeMethod(mat, restorerowij, shift, symmetric, inodecompressed, n, ia, ja, done); in MatRestoreRowIJ()