PetscLogStateStageEventIsActive#

Returns whether a specific PetscLogEvent is active in a specific stage of a PetscLogState

Synopsis#

Not Collective; No Fortran Support

Input Parameters#

  • state - the PetscLogState

  • stage - 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#

include/petsclog.h


Index of all Log routines
Table of Contents for all manual pages
Index of all manual pages