Home
last modified time | relevance | path

Searched refs:MatSeqAIJSetTotalPreallocation (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D314.md127 - Add MatSeqAIJSetTotalPreallocation(Mat,PetscInt) for efficient row
/petsc/include/
H A Dpetscmat.h1386 PETSC_EXTERN PetscErrorCode MatSeqAIJSetTotalPreallocation(Mat, PetscInt);
/petsc/src/dm/impls/da/
H A Dfdda.c1638 PetscCall(MatSeqAIJSetTotalPreallocation(J, nx * nc * col * nc)); in DMCreateMatrix_DA_1d_SeqAIJ_NoPreallocation()
/petsc/src/mat/impls/aij/seq/
H A Daij.c531 PetscErrorCode MatSeqAIJSetTotalPreallocation(Mat A, PetscInt nztotal) in MatSeqAIJSetTotalPreallocation() function