PetscOListReverseFind
given a object, find the matching name if it exists
Synopsis
PetscErrorCode PETSC_DLLEXPORT PetscOListReverseFind(PetscOList fl,PetscObject obj,char **name)
Input Parameters
| fl | - pointer to list
|
| ob | - the PETSc object
|
Output Parameters
name -name string
Notes
The name must have been registered with the PetscOListAdd() before calling this
routine.
See Also
PetscOListDestroy(), PetscOListAdd(), PetscOListDuplicate(), PetscOListFind(), PetscOListDuplicate()
Level:developer
Location:src/sys/objects/olist.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages