Home
last modified time | relevance | path

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

/petsc/src/vec/pf/impls/constant/
H A Dconst.c89 static PetscErrorCode PFApplyVec_Identity(void *value, Vec x, Vec y) in PFApplyVec_Identity() function
124 …PetscCall(PFSet(pf, PFApply_Identity, PFApplyVec_Identity, PFView_Identity, PFDestroy_Identity, lo… in PFCreate_Identity()