Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Daij.h365 PETSC_INTERN PetscErrorCode MatLoad_SeqAIJ(Mat, PetscViewer);
H A Daij.c3477 MatLoad_SeqAIJ,
4969 PetscErrorCode MatLoad_SeqAIJ(Mat newMat, PetscViewer viewer) in MatLoad_SeqAIJ() function
/petsc/src/mat/impls/blockmat/seq/
H A Dblockmat.c299 PetscCall(MatLoad_SeqAIJ(tmpA, viewer)); in MatLoad_BlockMat()