Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/seq/
H A Dinode.c4053 A->ops->restorerowij = MatRestoreRowIJ_SeqAIJ; in MatSeqAIJ_Inode_ResetOps()
4117 A->ops->restorerowij = MatRestoreRowIJ_SeqAIJ_Inode; in MatSeqAIJCheckInode()
4163 B->ops->restorerowij = MatRestoreRowIJ_SeqAIJ_Inode; in MatDuplicate_SeqAIJ_Inode()
4253 A->ops->restorerowij = NULL; in MatSeqAIJCheckInode_FactorLU()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dmatimpl.h95 …PetscErrorCode (*restorerowij)(Mat,PetscInt,PetscBool ,PetscBool ,PetscInt *,const PetscInt *[],co… member
/dports/science/PETSc/petsc-3.14.1/src/mat/interface/
H A Dmatrix.c7592 if (!mat->ops->restorerowij) *done = PETSC_FALSE; in MatRestoreRowIJ()
7595 … ierr = (*mat->ops->restorerowij)(mat,shift,symmetric,inodecompressed,n,ia,ja,done);CHKERRQ(ierr); in MatRestoreRowIJ()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS10097 PetscErrorCode (*restorerowij)restorerowij95,4269
H A DCTAGS76723 restorerowij include/petsc/private/matimpl.h /^ PetscErrorCode (*restorerowij)(Mat,PetscInt,PetscB…