PetscLogStateStageEventIsActive#
Returns whether a specific PetscLogEvent is active in a specific stage of a PetscLogState
Synopsis#
#include <petsclog.h>
PetscBool PetscLogStateStageEventIsActive(PetscLogState state, PetscLogStage stage, PetscLogEvent event)
Not Collective; No Fortran Support
Input Parameters#
state - the
PetscLogStatestage - the stage index
event - the event index
Note#
Returns PETSC_FALSE when stage is negative, which indicates that there have been more stage pops than pushes.
See Also#
PetscLogState, PetscLogStage, PetscLogEvent, PetscLogStateEventCurrentlyActive(), PetscLogStateStageGetActive()
Level#
developer
Location#
Index of all Log routines
Table of Contents for all manual pages
Index of all manual pages