PetscObjectListFind#
given a name, find the matching object in a list
Synopsis#
PetscErrorCode PetscObjectListFind(PetscObjectList fl, const char name[], PetscObject *obj)
No Fortran Support
Input Parameters#
- fl - pointer to list 
- name - name string 
Output Parameter#
- obj - the PETSc object 
Notes#
The name must have been registered with the PetscObjectListAdd() before calling this routine.
The reference count of the object is not increased
See Also#
PetscObjectListDestroy(),PetscObjectListAdd(),PetscObjectListDuplicate(),PetscObjectListReverseFind(), PetscObjectList
Level#
developer
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages