PetscInfoEnabled#
Checks whether a given PetscClassid
is allowed to print using PetscInfo()
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscInfoEnabled(PetscClassId classid, PetscBool *enabled)
Not Collective
Input Parameter#
classid -
PetscClassid
retrieved from aPetscObject
e.g.VEC_CLASSID
Output Parameter#
enabled -
PetscBool
indicating whether this classid is allowed to print
Note#
Use PETSC_SMALLEST_CLASSID
to check if “sys” PetscInfo()
calls are enabled. When PETSc is configured with debugging
support this function checks if classid >= PETSC_SMALLEST_CLASSID
, otherwise it assumes valid classid.
See Also#
Interpreting -info Output: Informative Messages, PetscInfo()
, PetscInfoAllow()
, PetscInfoGetInfo()
, PetscObjectGetClassid()
Level#
advanced
Location#
Examples#
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages