PetscFunctionListPrintAll#

Prints the names of all functions registered in every PetscFunctionList known to PETSc

Synopsis#

#include "petscsys.h" 
PetscErrorCode PetscFunctionListPrintAll(void)

Not Collective

Note#

Intended for debugging; iterates over the global list of registered PetscFunctionList objects and prints each non-empty function name to PETSC_COMM_SELF on the calling MPI process.

See Also#

PetscFunctionList, PetscFunctionListPrintNonEmpty(), PetscFunctionListAdd(), PetscFunctionListView()

Level#

developer

Location#

src/sys/dll/reg.c


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