PetscInfoGetInfo#
Returns the current state of several flags for PetscInfo()
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscInfoGetInfo(PetscBool *infoEnabled, PetscBool *classesSet, PetscBool *exclude, PetscBool *locked, PetscInfoCommFlag *commSelfFlag)
Not Collective
Output Parameters#
infoEnabled -
PETSC_TRUE
ifPetscInfoAllow
(PETSC_TRUE
) has been calledclassesSet -
PETSC_TRUE
if the list of classes to filter for has been setexclude -
PETSC_TRUE
if the class filtering forPetscInfo()
is invertedlocked -
PETSC_TRUE
if the list of classes to filter for has been lockedcommSelfFlag - Enum indicating whether
PetscInfo()
will print for communicators of size 1, any size != 1, or all communicators
Note#
Initially commSelfFlag = PETSC_INFO_COMM_ALL
See Also#
Interpreting -info Output: Informative Messages, PetscInfo()
, PetscInfoAllow()
, PetscInfoSetFilterCommSelf
, PetscInfoSetFromOptions()
Level#
developer
Location#
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages