Home
last modified time | relevance | path

Searched refs:DMSetMatrixPreallocateSkip (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdm.h86 PETSC_EXTERN PetscErrorCode DMSetMatrixPreallocateSkip(DM, PetscBool);
/petsc/doc/changes/
H A D317.md283 - Add `DMSetMatrixPreallocateSkip()` to save initialization time when `MatSetPreallocationCOO()` wi…
/petsc/src/dm/interface/
H A Ddm.c1585 PetscErrorCode DMSetMatrixPreallocateSkip(DM dm, PetscBool skip) in DMSetMatrixPreallocateSkip() function