slepc-3.5.2 2014-10-10
MFNDestroy
Destroys the MFN context.
Synopsis
#include "slepcmfn.h"
PetscErrorCode MFNDestroy(MFN *mfn)
Collective on MFN
Input Parameter
mfn - matrix function context obtained from MFNCreate()
See Also
MFNCreate(), MFNSetUp(), MFNSolve()
Location: src/mfn/interface/mfnbasic.c
Index of all MFN routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/mfn/examples/tutorials/ex23.c.html