#include "petscsys.h" PetscErrorCode PetscInfoGetInfo(PetscBool *infoEnabled, PetscBool *classesSet, PetscBool *exclude, PetscBool *locked, PetscInfoCommFlag *commSelfFlag)Not Collective
infoEnabled | - PETSC_TRUE if PetscInfoAllow(PETSC_TRUE) has been called | |
classesSet | - PETSC_TRUE if the list of classes to filter for has been set | |
exclude | - PETSC_TRUE if the class filtering for PetscInfo() is inverted | |
locked | - PETSC_TRUE if the list of classes to filter for has been locked | |
commSelfFlag | - Enum indicating whether PetscInfo() will print for communicators of size 1, any size != 1, or all communicators |