Home
last modified time | relevance | path

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

/petsc/src/sys/logging/
H A Dplog.c915 PetscErrorCode PetscLogStageSetVisible(PetscLogStage stage, PetscBool isVisible) in PetscLogStageSetVisible() function
/petsc/include/
H A Dpetsclog.h630 #define PetscLogStageSetVisible(a, b) ((void)(a), (void)(b), PETSC_SUCCESS) macro