Searched refs:PetscObjectDestroy (Results 1 – 11 of 11) sorted by relevance
5 [0]PETSC ERROR: #1 PetscObjectDestroy() at destroy.c:0
78 PetscCall(PetscObjectDestroy(obj)); in PetscObjectDelayedDestroy()235 PetscCall(PetscObjectDestroy(&obj)); in PetscGarbageCleanup()
44 PetscErrorCode PetscObjectDestroy(PetscObject *obj) in PetscObjectDestroy() function357 PetscCall(PetscObjectDestroy(&top.thunk.obj)); in PetscRunRegisteredFinalizers()
97 PetscCall(PetscObjectDestroy(&link->vec)); in PetscViewerFlush_VTK()100 PetscCall(PetscObjectDestroy(&vtk->dm)); in PetscViewerFlush_VTK()
3 function:PetscObjectDestroy
9 PetscErrorCode PetscObjectDestroy(PetscObject*)80 return PetscObjectDestroy(&tmp)
88 petsc.PetscObjectDestroy91 CHKERR(PetscObjectDestroy(&self.obj[0]))
242 `PetscObjectDestroy()` calls the `destroy(PetscObject)` function pointer which causes the referenc…245 object has any other objects composed with it, the `PetscObjectDestroy()` function is called on the…252 already been composed, that object is dereferenced (the `PetscObjectDestroy()`
517 PetscCall(PetscObjectDestroy(&socket->Ufield[i])); in PetscViewerDestroy_GLVis()523 PetscCall(PetscObjectDestroy(&socket->dm)); in PetscViewerDestroy_GLVis()
728 PetscCall(PetscObjectDestroy(&(*dm)->dmksp)); in DMDestroy()729 PetscCall(PetscObjectDestroy(&(*dm)->dmsnes)); in DMDestroy()730 PetscCall(PetscObjectDestroy(&(*dm)->dmts)); in DMDestroy()4959 PetscCall(PetscObjectDestroy(&dm->fields[f].disc)); in DMClearFields()5061 PetscCall(PetscObjectDestroy(&dm->fields[f].disc)); in DMSetField_Internal()
1386 PETSC_EXTERN PetscErrorCode PetscObjectDestroy(PetscObject *);