PetscLogInfoDeactivateClass

Deactivates PetscLogInfo() messages for a PETSc object class.

Synopsis

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

Input Parameter

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

Notes

One can pass PETSC_NULL to deactive all messages that are not associated with an object.

See Also

PetscLogInfoActivateClass(), PetscLogInfo(), PetscLogInfoAllow()

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