Home
last modified time | relevance | path

Searched refs:MatXAIJSetPreallocation (Results 1 – 15 of 15) sorted by relevance

/petsc/src/mat/tests/
H A Dex300.c51 PetscCall(MatXAIJSetPreallocation(C, 1, d_nnz, o_nnz, NULL, NULL)); in main()
H A Dex184.c36 PetscCall(MatXAIJSetPreallocation(A, bs, dnnz, NULL, NULL, NULL)); in main()
H A Dex261.c74 PetscCall(MatXAIJSetPreallocation(A, PETSC_DECIDE, dnnz, onnz, NULL, NULL)); in InitializeMatrix()
/petsc/src/mat/graphops/order/
H A Dspectral.c62 PetscCall(MatXAIJSetPreallocation(*L, 1, dnnz, onnz, NULL, NULL)); in MatCreateLaplacian()
/petsc/src/mat/impls/preallocator/
H A Dmatpreallocator.c148 PetscCall(MatXAIJSetPreallocation(A, bs, p->dnz, p->onz, p->dnzu, p->onzu)); in MatPreallocatorPreallocate_Preallocator()
/petsc/src/mat/impls/shell/
H A Dshellcnv.c37 PetscCall(MatXAIJSetPreallocation(mat, PETSC_DECIDE, dnnz, onnz, dnnzu, onnzu)); in MatConvert_Shell()
/petsc/src/ts/impls/implicit/discgrad/
H A Dtsdiscgrad.c316 PetscCall(MatXAIJSetPreallocation(S, 1, S_prealloc_arr, NULL, NULL, NULL)); in SNESTSFormFunction_DiscGrad()
/petsc/src/mat/utils/
H A Dgcreate.c353 PetscErrorCode MatXAIJSetPreallocation(Mat A, PetscInt bs, const PetscInt dnnz[], const PetscInt on… in MatXAIJSetPreallocation() function
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c895 PetscCall(MatXAIJSetPreallocation(A, bs, dnz, onz, dnzu, onzu)); in DMPlexPreallocateOperator()
H A Dplextree.c2665 PetscCall(MatXAIJSetPreallocation(mat, 1, dnnz, onnz, NULL, NULL)); in DMPlexComputeInterpolatorTree()
3660 PetscCall(MatXAIJSetPreallocation(mat, 1, nnzD, nnzO, NULL, NULL)); in DMPlexComputeInjectorTree()
H A Dplexfem.c3454 PetscCall(MatXAIJSetPreallocation(mass, 1, dnz, onz, NULL, NULL)); in DMPlexComputeMassMatrixGeneral()
/petsc/src/dm/impls/swarm/
H A Dswarm.c574 PetscCall(MatXAIJSetPreallocation(mass, 1, dnz, onz, NULL, NULL)); in DMSwarmComputeMassMatrix_Private()
794 PetscCall(MatXAIJSetPreallocation(mass, 1, dnz, onz, NULL, NULL)); in DMSwarmComputeMassMatrixSquare_Private()
/petsc/include/
H A Dpetscmat.h461 PETSC_EXTERN PetscErrorCode MatXAIJSetPreallocation(Mat, PetscInt, const PetscInt[], const PetscInt…
/petsc/src/mat/interface/
H A Dmatrix.c7829 PetscCall(MatXAIJSetPreallocation(edata->C, mat->rmap->bs, diag, odiag, NULL, NULL)); in MatComputeVariableBlockEnvelope()
10876 PetscCall(MatXAIJSetPreallocation(C, bs, dnnz, NULL, NULL, NULL)); in MatInvertBlockDiagonalMat()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1805 PetscCall(MatXAIJSetPreallocation(*mat, 1, dnnz, NULL, NULL, NULL)); in PCPatchCreateMatrix_Private()