#include "petscpf.h" PetscErrorCode PFCreate(MPI_Comm comm,PetscInt dimin,PetscInt dimout,PF *pf)Collective
comm | - MPI communicator | |
dimin | - dimension of the space you are mapping from | |
dimout | - dimension of the space you are mapping to |
pf | - the function context |