slepc-3.5.2 2014-10-10
FNDestroy
Destroys FN context that was created with FNCreate().
Synopsis
#include "slepcfn.h"
PetscErrorCode FNDestroy(FN *fn)
Collective on FN
Input Parameter
fn - the math function context
See Also
FNCreate()
Location: src/sys/classes/fn/fnbasic.c
Index of all FN routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/nep/examples/tutorials/ex22.c.html