petsc-3.3-p7 2013-05-11

PetscFListDestroy

Destroys a list of registered routines.

Synopsis

#include "petscsys.h" 
PetscErrorCode  PetscFListDestroy(PetscFList *fl)

Input Parameter

fl -pointer to list

See Also

PetscFListAddDynamic(), PetscFList

Level:developer
Location:
src/sys/dll/reg.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ts/examples/tutorials/ex8.c.html
src/ts/examples/tutorials/ex9.c.html