:orphan:
# PetscFunctionListDuplicate
Creates a new list from a given function list `PetscFunctionList`. 
## Synopsis
```
#include "petscsys.h" 
PetscErrorCode PetscFunctionListDuplicate(PetscFunctionList fl, PetscFunctionList *nl)
```

## Input Parameter

- ***fl   -*** pointer to list



## Output Parameter

- ***nl -*** the new list (should point to `NULL` to start, otherwise appends)





## See Also
 `PetscFunctionList`, `PetscFunctionListAdd()`, `PetscFlistDestroy()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/dll/reg.c.html#PetscFunctionListDuplicate">src/sys/dll/reg.c</A>


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


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