Home
last modified time | relevance | path

Searched refs:PFSetType (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/pf/impls/string/tests/
H A Dex1.c15 PetscCall(PFSetType(pf, PFSTRING, (void *)"f = 2*x;")); in main()
/petsc/include/
H A Dpetscpf.h44 PETSC_EXTERN PetscErrorCode PFSetType(PF, PFType, void *);
/petsc/src/vec/pf/interface/
H A Dpf.c357 PetscErrorCode PFSetType(PF pf, PFType type, PetscCtx ctx) in PFSetType() function
413 if (flg) PetscCall(PFSetType(pf, type, NULL)); in PFSetFromOptions()
/petsc/src/dm/tests/
H A Dex16.c53 PetscCall(PFSetType(pf, PFIDENTITY, NULL)); in main()
/petsc/src/snes/tutorials/
H A Dex22.c227 PetscCall(PFSetType(pf, PFQUICK, (void *)(PETSC_UINTPTR_T)u_solution)); in ExactSolution()