Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Daij.h479 PETSC_INTERN PetscErrorCode MatResetPreallocation_SeqAIJ_Private(Mat A, PetscBool *memoryreset);
H A Daij.c3960 PetscErrorCode MatResetPreallocation_SeqAIJ_Private(Mat A, PetscBool *memoryreset) in MatResetPreallocation_SeqAIJ_Private() function
4005 PetscCall(MatResetPreallocation_SeqAIJ_Private(A, NULL)); in MatResetPreallocation_SeqAIJ()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c2931 PetscCall(MatResetPreallocation_SeqAIJ_Private(b->A, &ondiagreset)); in MatResetPreallocation_MPIAIJ()
2932 PetscCall(MatResetPreallocation_SeqAIJ_Private(b->B, &offdiagreset)); in MatResetPreallocation_MPIAIJ()