Home
last modified time | relevance | path

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

/petsc/src/sys/logging/
H A Dplog.c941 PetscErrorCode PetscLogStageGetVisible(PetscLogStage stage, PetscBool *isVisible) in PetscLogStageGetVisible() function
/petsc/include/
H A Dpetsclog.h629 #define PetscLogStageGetVisible(a, b) ((void)(a), *(b) = PETSC_FALSE, PETSC_SUCCESS) macro