Home
last modified time | relevance | path

Searched refs:MatSeqAIJSetPreallocationCSR (Results 1 – 8 of 8) sorted by relevance

/petsc/src/mat/impls/aij/seq/hdf5/
H A Daijhdf5.c135 PetscCall(MatSeqAIJSetPreallocationCSR(mat, i, j, a)); in MatLoad_AIJ_HDF5()
/petsc/doc/changes/
H A D231.md27 - Added MatSeqAIJSetPreallocationCSR(), MatGetSubMatrixRaw()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi254 …PetscErrorCode MatSeqAIJSetPreallocationCSR (PetscMat, PetscInt[], PetscInt[], PetscScala…
873 CHKERR(MatSeqAIJSetPreallocationCSR(A, i, j, v))
H A DMat.pyx730 petsc.MatSeqAIJSetPreallocationCSR
986 petsc.MatSeqAIJSetPreallocationCSR
/petsc/src/mat/impls/aij/seq/aijmkl/
H A Daijmkl.c188 PetscCall(MatSeqAIJSetPreallocationCSR(A, ai, aj, NULL)); in MatSeqAIJMKL_setup_structure_from_mkl_handle()
/petsc/include/
H A Dpetscmat.h1391 PETSC_EXTERN PetscErrorCode MatSeqAIJSetPreallocationCSR(Mat, const PetscInt[], const PetscInt[], c…
/petsc/src/mat/impls/aij/seq/
H A Daij.c4034 PetscErrorCode MatSeqAIJSetPreallocationCSR(Mat B, const PetscInt i[], const PetscInt j[], const Pe… in MatSeqAIJSetPreallocationCSR() function
4141 PetscCall(MatSeqAIJSetPreallocationCSR(newmat, i, j, NULL)); in MatSeqAIJKron_SeqAIJ()
/petsc/src/dm/impls/plex/
H A Dplex.c10818 PetscCall(MatSeqAIJSetPreallocationCSR(*cMat, i, j, NULL)); in DMPlexCreateConstraintMatrix_Anchors()