PetscLogInfoDeactivateClass

Deactivates PlogInfo() messages for a PETSc object class.

Synopsis

#include "petsc.h"   
int PetscLogInfoDeactivateClass(int objclass)
Not Collective

Input Parameter

objclass -The object class, e.g., MAT_COOKIE, SNES_COOKIE, etc.

Notes

One can pass 0 to deactivate all messages that are not associated with an object.

Keywords

allow, information, printing, monitoring

See Also

PetscLogInfoActivateClass(), PetscLogInfo(), PetscLogInfoAllow()

Level:developer
Location:
src/sys/src/plog/ploginfo.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages