Home
last modified time | relevance | path

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

/petsc/src/vec/pf/interface/ !
H A Dpfall.c5 PETSC_INTERN PetscErrorCode PFCreate_Quick(PF, void *);
30 PetscCall(PFRegister(PFQUICK, PFCreate_Quick)); in PFRegisterAll()
/petsc/src/vec/pf/impls/constant/ !
H A Dconst.c72 PETSC_INTERN PetscErrorCode PFCreate_Quick(PF pf, PetscErrorCode (*function)(void *, PetscInt, cons… in PFCreate_Quick() function