# PetscObjectListReverseFind
given a object, find the matching name if it exists 
## Synopsis
```
PetscErrorCode PetscObjectListReverseFind(PetscObjectList fl, PetscObject obj, char **name, PetscBool *skipdereference)
```

## Input Parameters

- ***fl   -*** pointer to list
- ***obj -*** the PETSc object



## Output Parameters

- ***name -*** name string
- ***skipdereference -*** if the object is in list but does not have the increased reference count for a circular dependency





## 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()`, `PetscObjectListFind()`, `PetscObjectListDuplicate()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/objects/olist.c.html#PetscObjectListReverseFind">src/sys/objects/olist.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/objects/olist.c)


[Index of all Sys routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
