PetscInfoProcessClass#
Activates or deactivates a class based on the filtering status of PetscInfo()
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscInfoProcessClass(const char classname[], PetscInt numClassID, const PetscClassId classIDs[])
Not Collective
Input Parameters#
classname - Name of the class to activate/deactivate
PetscInfo()
fornumClassID - Number of entries in
classIDs
classIDs - Array containing all of the
PetscClassId
s associated withclassname
Options Database Key#
-info [filename][:[~]<list,of,classnames>[:[~]self]] - specify which informative messages are printed, see
PetscInfo()
.
See Also#
Interpreting -info Output: Informative Messages, PetscInfo()
, PetscInfoActivateClass()
, PetscInfoDeactivateClass()
, PetscInfoSetFromOptions()
Level#
developer
Location#
Examples#
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages