petsc4py.PETSc.garbage_cleanup#
- petsc4py.PETSc.garbage_cleanup(comm=None)#
Clean up unused PETSc objects.
Collective.
Notes
If the communicator
comm
if not provided or it isNone
, thenCOMM_WORLD
is used.
Clean up unused PETSc objects.
Collective.
Notes
If the communicator comm
if not provided or it is None
,
then COMM_WORLD
is used.