PetscInfoGetClass#
Indicates whether the provided classname is marked as a filter in PetscInfo() as set by PetscInfoSetClasses()
Synopsis#
#include "petscsys.h"   
PetscErrorCode PetscInfoGetClass(const char classname[], PetscBool *found)
Not Collective
Input Parameter#
- classname - Name of the class to search for 
Output Parameter#
- found - - PetscBoolindicating whether the classname was found
Note#
Use PetscObjectGetName() to retrieve an appropriate classname
See Also#
Interpreting -info Output: Informative Messages, PetscInfo(), PetscInfoSetClasses(), PetscInfoSetFromOptions(), PetscObjectGetName()
Level#
developer
Location#
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages