Searched refs:MatSeqAIJSetTotalPreallocation (Results 1 – 4 of 4) sorted by relevance
127 - Add MatSeqAIJSetTotalPreallocation(Mat,PetscInt) for efficient row
1386 PETSC_EXTERN PetscErrorCode MatSeqAIJSetTotalPreallocation(Mat, PetscInt);
1638 PetscCall(MatSeqAIJSetTotalPreallocation(J, nx * nc * col * nc)); in DMCreateMatrix_DA_1d_SeqAIJ_NoPreallocation()
531 PetscErrorCode MatSeqAIJSetTotalPreallocation(Mat A, PetscInt nztotal) in MatSeqAIJSetTotalPreallocation() function