:orphan: # PetscFunctionListView prints out contents of a `PetscFunctionList` ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscFunctionListView(PetscFunctionList list, PetscViewer viewer) ``` Collective ## Input Parameters - ***list -*** the list of functions - ***viewer -*** the `PetscViewer` used to view the `PetscFunctionList` ## See Also `PetscFunctionListAdd()`, `PetscFunctionListPrintTypes()`, `PetscFunctionList` ## Level developer ## Location src/sys/dll/reg.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/dll/reg.c) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)