Home
last modified time | relevance | path

Searched refs:PFView (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscpf.h60 PETSC_EXTERN PetscErrorCode PFView(PF, PetscViewer);
/petsc/src/vec/pf/interface/
H A Dpf.c93 …scHeaderCreate(newpf, PF_CLASSID, "PF", "Mathematical functions", "Vec", comm, PFDestroy, PFView)); in PFCreate()
250 PetscErrorCode PFView(PF pf, PetscViewer viewer) in PFView() function