Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscpf.h61 PETSC_EXTERN PetscErrorCode PFViewFromOptions(PF, PetscObject, const char[]);
/petsc/src/vec/pf/interface/
H A Dpf.c58 PetscCall(PFViewFromOptions(*pf, NULL, "-pf_view")); in PFDestroy()
218 PetscErrorCode PFViewFromOptions(PF A, PetscObject obj, const char name[]) in PFViewFromOptions() function