petsc-3.7.1 2016-05-15
PetscInfoDeactivateClass
Deactivates PlogInfo() messages for a PETSc object class.
Synopsis
#include "petscsys.h"
PetscErrorCode PetscInfoDeactivateClass(int objclass)
Not Collective Many br
Input Parameter
objclass -The object class, e.g., MAT_CLASSID, SNES_CLASSID, etc. Many br
Notes
One can pass 0 to deactivate all messages that are not associated with an object. Many br
Many br
Keywords
allow, information, printing, monitoring
See Also
PetscInfoActivateClass(), PetscInfo(), PetscInfoAllow()
Level:developer
Location:src/sys/info/verboseinfo.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages