PetscFListFind

Given a name, finds the matching routine.

Synopsis

int PetscFListFind(MPI_Comm comm,PetscFList fl,const char name[],void (**r)())

Input Parameters

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

Output Parameters

r -the routine

Notes

The routine id or name MUST have been registered with the PetscFList via PetscFListAddDynamic() before PetscFListFind() can be called.

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