Home
last modified time | relevance | path

Searched refs:MatSeqAIJCheckInode (Results 1 – 7 of 7) sorted by relevance

/petsc/src/mat/tests/output/
H A Dex182_15.out14 [1] <mat:seqaij> MatSeqAIJCheckInode(): Found 0 nodes out of 5 rows. Not using Inode routines
15 [1] <mat:seqaij> MatSeqAIJCheckInode(): Found 0 nodes out of 5 rows. Not using Inode routines
H A Dex182_12.out14 [1] <mat:seqaij> MatSeqAIJCheckInode(): Found 0 nodes out of 5 rows. Not using Inode routines
15 [1] <mat:seqaij> MatSeqAIJCheckInode(): Found 0 nodes out of 5 rows. Not using Inode routines
/petsc/src/mat/impls/aij/seq/
H A Dinode2.c30 PetscCall(MatSeqAIJCheckInode(A)); in MatAssemblyEnd_SeqAIJ_Inode()
H A Daij.h437 PETSC_INTERN PetscErrorCode MatSeqAIJCheckInode(Mat);
H A Daij.c2984 PetscCall(MatSeqAIJCheckInode(Y)); in MatAXPY_SeqAIJ()
5347 if (a->inode.use && a->inode.checked) PetscCall(MatSeqAIJCheckInode(A)); in MatEliminateZeros_SeqAIJ()
H A Daijfact.c539 PetscCall(MatSeqAIJCheckInode(C)); in MatLUFactorNumeric_SeqAIJ_inplace()
H A Dinode.c3916 PetscErrorCode MatSeqAIJCheckInode(Mat A) in MatSeqAIJCheckInode() function