Searched refs:DMSlicedSetPreallocation (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/ |
| H A D | petscdmsliced.h | 9 PETSC_EXTERN PetscErrorCode DMSlicedSetPreallocation(DM, PetscInt, const PetscInt[], PetscInt, cons…
|
| /petsc/src/dm/impls/sliced/ |
| H A D | sliced.c | 127 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()
|