petsc-3.7.1 2016-05-15
PetscObjectListFind
givn a name, find the matching object
Synopsis
PetscErrorCode PetscObjectListFind(PetscObjectList fl,const char name[],PetscObject *obj)
Input Parameters
| fl | - pointer to list Many br |
| name | - name string Many br |
Output Parameters
ob -the PETSc object 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(), PetscObjectListReverseFind(), 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