petsc-3.3-p7 2013-05-11

PetscOListDuplicate

Creates a new list from a give object list.

Synopsis

PetscErrorCode  PetscOListDuplicate(PetscOList fl,PetscOList *nl)

Input Parameters

fl -pointer to list

Output Parameters

nl -the new list (should point to 0 to start, otherwise appends)

See Also

PetscOListDestroy(), PetscOListAdd(), PetscOListReverseFind(), 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