Home
last modified time | relevance | path

Searched refs:DMSetMatrixPreallocateOnly (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/stag/tutorials/
H A Dex8.c146 PetscCall(DMSetMatrixPreallocateOnly(dm, PETSC_TRUE)); in AssembleSystem()
/petsc/src/dm/impls/stag/tests/
H A Dex43.c94 PetscCall(DMSetMatrixPreallocateOnly(dm, PETSC_TRUE)); in main()
/petsc/src/ts/tutorials/
H A Dex50.c171 PetscCall(DMSetMatrixPreallocateOnly(appctx.da, PETSC_TRUE)); in main()
/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c189 PetscCall(DMSetMatrixPreallocateOnly(appctx.da, PETSC_TRUE)); in main()
H A Dspectraladjointassimilation.c201 PetscCall(DMSetMatrixPreallocateOnly(appctx.da, PETSC_TRUE)); in main()
/petsc/include/
H A Dpetscdm.h87 PETSC_EXTERN PetscErrorCode DMSetMatrixPreallocateOnly(DM, PetscBool);
/petsc/src/dm/interface/
H A Ddm.c1610 PetscErrorCode DMSetMatrixPreallocateOnly(DM dm, PetscBool only) in DMSetMatrixPreallocateOnly() function