Searched refs:PFApply (Results 1 – 4 of 4) sorted by relevance
17 PetscCall(PFApply(pf, 1, &x, &f)); in main()
46 PETSC_EXTERN PetscErrorCode PFApply(PF, PetscInt, const PetscScalar *, PetscScalar *);
189 PetscErrorCode PFApply(PF pf, PetscInt n, const PetscScalar *x, PetscScalar *y) in PFApply() function
91 - The source array is marked constant in PFApply and the callback.