petsc-3.7.1 2016-05-15
PetscFunctionListFind
Find function registered under given name
Synopsis
#include <petscsys.h>
PetscErrorCode PetscFunctionListFind(PetscFunctionList flist,const char name[],void (**fptr)(void))
Input Parameters
| flist | - pointer to list Many br |
| name | - name registered for the function Many br |
Output Parameters
fptr -the function pointer if name was found, else NULL Many br
Many br
See Also
PetscFunctionListAdd(), PetscFunctionList, PetscObjectQueryFunction()
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
Examples
src/ts/examples/tutorials/ex8.c.html
src/ts/examples/tutorials/ex9.c.html
src/ts/examples/tutorials/ex11.c.html