Home
last modified time | relevance | path

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

/petsc/src/vec/pf/interface/
H A Dpfall.c4 PETSC_INTERN PetscErrorCode PFCreate_Constant(PF, void *);
29 PetscCall(PFRegister(PFCONSTANT, PFCreate_Constant)); in PFRegisterAll()
/petsc/src/vec/pf/impls/constant/
H A Dconst.c55 PETSC_INTERN PetscErrorCode PFCreate_Constant(PF pf, void *value) in PFCreate_Constant() function