Home
last modified time | relevance | path

Searched refs:PFDestroy (Results 1 – 7 of 7) sorted by relevance

/petsc/src/vec/pf/impls/string/tests/
H A Dex1.c19 PetscCall(PFDestroy(&pf)); in main()
/petsc/include/
H A Dpetscpf.h56 PETSC_EXTERN PetscErrorCode PFDestroy(PF *);
/petsc/src/dm/tests/
H A Dex37.c34 PetscCall(PFDestroy(&pf)); in main()
H A Dex16.c55 PetscCall(PFDestroy(&pf)); in main()
/petsc/src/dm/tutorials/
H A Dex4.c53 PetscCall(PFDestroy(&pf)); in main()
/petsc/src/vec/pf/interface/
H A Dpf.c51 PetscErrorCode PFDestroy(PF *pf) in PFDestroy() function
93 …scHeaderCreate(newpf, PF_CLASSID, "PF", "Mathematical functions", "Vec", comm, PFDestroy, PFView)); in PFCreate()
/petsc/src/snes/tutorials/
H A Dex22.c236 PetscCall(PFDestroy(&pf)); in ExactSolution()