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() for

  • numClassID - Number of entries in classIDs

  • classIDs - Array containing all of the PetscClassids associated with classname

See Also#

PetscInfo(), PetscInfoActivateClass(), PetscInfoDeactivateClass(), PetscInfoSetFromOptions()

Level#

developer

Location#

src/sys/info/verboseinfo.c

Examples#

src/mat/tutorials/ex7.c.html


Edit on GitLab

Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages