Home
last modified time | relevance | path

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

/petsc/src/sys/logging/
H A Dplog.c220 PetscErrorCode PetscLogGetState(PetscLogState *state) in PetscLogGetState() function
/petsc/include/
H A Dpetsclog.h616 #define PetscLogGetState(a) (*(a) = NULL, PETSC_SUCCESS) macro