Home
last modified time | relevance | path

Searched refs:PFApply (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/pf/impls/string/tests/
H A Dex1.c17 PetscCall(PFApply(pf, 1, &x, &f)); in main()
/petsc/include/
H A Dpetscpf.h46 PETSC_EXTERN PetscErrorCode PFApply(PF, PetscInt, const PetscScalar *, PetscScalar *);
/petsc/src/vec/pf/interface/
H A Dpf.c189 PetscErrorCode PFApply(PF pf, PetscInt n, const PetscScalar *x, PetscScalar *y) in PFApply() function
/petsc/doc/changes/
H A D32.md91 - The source array is marked constant in PFApply and the callback.