Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscpf.h24 typedef const char *PFType; typedef
44 PETSC_EXTERN PetscErrorCode PFSetType(PF, PFType, void *);
58 PETSC_EXTERN PetscErrorCode PFGetType(PF, PFType *);
/petsc/src/vec/pf/interface/
H A Dpf.c328 PetscErrorCode PFGetType(PF pf, PFType *type) in PFGetType()
357 PetscErrorCode PFSetType(PF pf, PFType type, PetscCtx ctx) in PFSetType()