PETSc version 3.16.0
Fix/Edit manual page

PetscInfoDestroy

Destroys and resets internal PetscInfo() data structures.

Synopsis

#include "petscsys.h"   
PetscErrorCode PetscInfoDestroy(void)
Not Collective

Notes

This is automatically called in PetscFinalize(). Useful for changing filters mid-program, or culling subsequent PetscInfo() calls down the line.

See Also

PetscInfo(), PetscInfoSetFromOptions()

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