Searched refs:PetscGarbageCleanup (Results 1 – 6 of 6) sorted by relevance
32 PetscErrorCode PetscGarbageCleanup(MPI_Comm)75 CHKERR(PetscGarbageCleanup(ccomm))80 CHKERR(PetscGarbageCleanup(ccomm))
14 PETSC_EXTERN PetscErrorCode PetscGarbageCleanup(MPI_Comm);
206 PetscErrorCode PetscGarbageCleanup(MPI_Comm comm) in PetscGarbageCleanup() function
329 if (entries > 0) PetscCall(PetscGarbageCleanup(icomm)); in PetscCommDestroy()
1473 if (flg) PetscCall(PetscGarbageCleanup(PETSC_COMM_SELF)); in PetscFinalize()1476 if (flg) PetscCall(PetscGarbageCleanup(PETSC_COMM_WORLD)); in PetscFinalize()
124 - Add `PetscObjectDelayedDestroy()`, `PetscGarbageKeySortedIntersect()`, `PetscGarbageCleanup()` an…