Home
last modified time | relevance | path

Searched refs:PetscLogObjectDestroy (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/developers/
H A Dkernel.md291 destroyed, it should be logged with `PetscLogObjectDestroy()`
294 PetscLogObjectDestroy(PetscObject h);
/petsc/include/
H A Dpetsclog.h390 static inline PetscErrorCode PetscLogObjectDestroy(PetscObject o) in PetscLogObjectDestroy() function
659 #define PetscLogObjectDestroy(h) ((void)(h), PETSC_SUCCESS) macro
/petsc/src/sys/objects/
H A Dinherit.c91 PetscCall(PetscLogObjectDestroy(*h)); in PetscHeaderDestroy_Function()