Searched refs:MatSeqAIJSetPreallocationCSR (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/mat/impls/aij/seq/hdf5/ |
| H A D | aijhdf5.c | 135 PetscCall(MatSeqAIJSetPreallocationCSR(mat, i, j, a)); in MatLoad_AIJ_HDF5()
|
| /petsc/doc/changes/ |
| H A D | 231.md | 27 - Added MatSeqAIJSetPreallocationCSR(), MatGetSubMatrixRaw()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 254 …PetscErrorCode MatSeqAIJSetPreallocationCSR (PetscMat, PetscInt[], PetscInt[], PetscScala… 873 CHKERR(MatSeqAIJSetPreallocationCSR(A, i, j, v))
|
| H A D | Mat.pyx | 730 petsc.MatSeqAIJSetPreallocationCSR 986 petsc.MatSeqAIJSetPreallocationCSR
|
| /petsc/src/mat/impls/aij/seq/aijmkl/ |
| H A D | aijmkl.c | 188 PetscCall(MatSeqAIJSetPreallocationCSR(A, ai, aj, NULL)); in MatSeqAIJMKL_setup_structure_from_mkl_handle()
|
| /petsc/include/ |
| H A D | petscmat.h | 1391 PETSC_EXTERN PetscErrorCode MatSeqAIJSetPreallocationCSR(Mat, const PetscInt[], const PetscInt[], c…
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 4034 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 D | plex.c | 10818 PetscCall(MatSeqAIJSetPreallocationCSR(*cMat, i, j, NULL)); in DMPlexCreateConstraintMatrix_Anchors()
|