Searched refs:PetscLogObjectDestroy (Results 1 – 3 of 3) sorted by relevance
291 destroyed, it should be logged with `PetscLogObjectDestroy()`294 PetscLogObjectDestroy(PetscObject h);
390 static inline PetscErrorCode PetscLogObjectDestroy(PetscObject o) in PetscLogObjectDestroy() function659 #define PetscLogObjectDestroy(h) ((void)(h), PETSC_SUCCESS) macro
91 PetscCall(PetscLogObjectDestroy(*h)); in PetscHeaderDestroy_Function()