Home
last modified time | relevance | path

Searched defs:PetscLogObjectState (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/logging/
H A Dplog.c2185 PetscErrorCode PetscLogObjectState(PetscObject obj, const char format[], ...) in PetscLogObjectState() function
/petsc/include/
H A Dpetsclog.h660 #define PetscLogObjectState(h, c, ...) ((void)(h), (void)(c), PETSC_SUCCESS) macro