Lines Matching refs:PF
27 PetscErrorCode PFSet(PF pf, PetscErrorCode (*apply)(void *, PetscInt, const PetscScalar *, PetscSca… in PFSet()
51 PetscErrorCode PFDestroy(PF *pf) in PFDestroy()
84 PetscErrorCode PFCreate(MPI_Comm comm, PetscInt dimin, PetscInt dimout, PF *pf) in PFCreate()
86 PF newpf; in PFCreate()
122 PetscErrorCode PFApplyVec(PF pf, Vec x, Vec y) in PFApplyVec()
189 PetscErrorCode PFApply(PF pf, PetscInt n, const PetscScalar *x, PetscScalar *y) in PFApply()
218 PetscErrorCode PFViewFromOptions(PF A, PetscObject obj, const char name[]) in PFViewFromOptions()
250 PetscErrorCode PFView(PF pf, PetscViewer viewer) in PFView()
304 PetscErrorCode PFRegister(const char sname[], PetscErrorCode (*function)(PF, void *)) in PFRegister() argument
328 PetscErrorCode PFGetType(PF pf, PFType *type) in PFGetType()
357 PetscErrorCode PFSetType(PF pf, PFType type, PetscCtx ctx) in PFSetType()
360 PetscErrorCode (*r)(PF, void *); in PFSetType()
403 PetscErrorCode PFSetFromOptions(PF pf) in PFSetFromOptions()