Home
last modified time | relevance | path

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

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