Home
last modified time | relevance | path

Searched refs:DMSlicedSetPreallocation (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdmsliced.h9 PETSC_EXTERN PetscErrorCode DMSlicedSetPreallocation(DM, PetscInt, const PetscInt[], PetscInt, cons…
/petsc/src/dm/impls/sliced/
H A Dsliced.c127 PetscErrorCode DMSlicedSetPreallocation(DM dm, PetscInt d_nz, const PetscInt d_nnz[], PetscInt o_nz… in DMSlicedSetPreallocation() function
308 if (d_nnz) PetscCall(DMSlicedSetPreallocation(*dm, 0, d_nnz, 0, o_nnz)); in DMSlicedCreate()