PetscFListFind

Given a name, finds the matching routine.

Synopsis

#include "petsc.h" 
int PetscFListFind(MPI_Comm comm,PetscFList fl,const char name[],void (**r)(void))

Input Parameters

comm - processors looking for routine
fl - pointer to list
name - name string

Output Parameters

r -the routine

See Also

PetscFListAddDynamic(), PetscFList

Level:developer
Location:
src/sys/src/dll/reg.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages