PFCreate

Creates a mathematical function context.

Synopsis

#include "pf.h" 
int PFCreate(MPI_Comm comm,int dimin,int dimout,PF *pf)
Collective on MPI_Comm

Input Parameter

comm - MPI communicator
dimin - dimension of the space you are mapping from
dimout - dimension of the space you are mapping to

Output Parameter

pf -the function context

Keywords

PF, create, context

See Also

PFSetUp(), PFApply(), PFDestroy(), PFApplyVec()

Examples

src/pf/examples/tutorials/ex1.c

Level:developer
Location:src/pf/interface/pf.c
Vector Index
Table of Contents