slepc-3.6.1 2015-09-03
Report Typos and Errors

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/interface/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