slepc-3.5.2 2014-10-10
FNCreate
Creates an FN context.
Synopsis
#include "slepcfn.h"
PetscErrorCode FNCreate(MPI_Comm comm,FN *newfn)
Collective on MPI_Comm
Input Parameter
comm - MPI communicator
Output Parameter
newfn - location to put the FN context
See Also
FNDestroy(), FN
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