Searched refs:DMSetMatrixPreallocateOnly (Results 1 – 7 of 7) sorted by relevance
146 PetscCall(DMSetMatrixPreallocateOnly(dm, PETSC_TRUE)); in AssembleSystem()
94 PetscCall(DMSetMatrixPreallocateOnly(dm, PETSC_TRUE)); in main()
171 PetscCall(DMSetMatrixPreallocateOnly(appctx.da, PETSC_TRUE)); in main()
189 PetscCall(DMSetMatrixPreallocateOnly(appctx.da, PETSC_TRUE)); in main()
201 PetscCall(DMSetMatrixPreallocateOnly(appctx.da, PETSC_TRUE)); in main()
87 PETSC_EXTERN PetscErrorCode DMSetMatrixPreallocateOnly(DM, PetscBool);
1610 PetscErrorCode DMSetMatrixPreallocateOnly(DM dm, PetscBool only) in DMSetMatrixPreallocateOnly() function