slepc-3.6.3 2016-03-29
Report Typos and Errors

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