petsc-3.3-p7 2013-05-11

PetscFListFind

Given a name, finds the matching routine.

Synopsis

#include "petscsys.h" 
PetscErrorCode  PetscFListFind(PetscFList fl,MPI_Comm comm,const char name[],PetscBool searchlibraries,void (**r)(void))

Input Parameters

fl - pointer to list
comm - processors looking for routine
name - name string
searchlibraries - if not found in the list then search the dynamic libraries and executable for the symbol

Output Parameters

r -the routine

See Also

PetscFListAddDynamic(), PetscFList

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