petsc-3.7.1 2016-05-15
Report Typos and Errors

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 Many br
ob - the PETSc object Many br

Output Parameters

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

Many br

Notes

The name must have been registered with the PetscObjectListAdd() before calling this routine. Many br

The reference count of the object is not increased Many br

See Also

PetscObjectListDestroy(), PetscObjectListAdd(), PetscObjectListDuplicate(), PetscObjectListFind(), PetscObjectListDuplicate()

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