slepc-3.7.0 2016-05-16
Report Typos and Errors

FNDuplicate

Duplicates a math function, copying all parameters, possibly with a different communicator.

Synopsis

#include "slepcfn.h" 
PetscErrorCode FNDuplicate(FN fn,MPI_Comm comm,FN *newfn)
Collective on FN

Input Parameters

fn  - the math function context
comm  - MPI communicator (may be NULL)

Output Parameter

newfn  - location to put the new FN 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