Lines Matching defs:value
3 static PetscErrorCode PFApply_Constant(void *value, PetscInt n, const PetscScalar *x, PetscScalar *… in PFApply_Constant()
14 static PetscErrorCode PFApplyVec_Constant(void *value, Vec x, Vec y) in PFApplyVec_Constant()
21 static PetscErrorCode PFView_Constant(void *value, PetscViewer viewer) in PFView_Constant()
37 static PetscErrorCode PFDestroy_Constant(void *value) in PFDestroy_Constant()
46 PetscScalar *value = (PetscScalar *)pf->data; in PFSetFromOptions_Constant() local
55 PETSC_INTERN PetscErrorCode PFCreate_Constant(PF pf, void *value) in PFCreate_Constant()
79 static PetscErrorCode PFApply_Identity(void *value, PetscInt n, const PetscScalar *x, PetscScalar *… in PFApply_Identity()
89 static PetscErrorCode PFApplyVec_Identity(void *value, Vec x, Vec y) in PFApplyVec_Identity()
97 static PetscErrorCode PFView_Identity(void *value, PetscViewer viewer) in PFView_Identity()
108 static PetscErrorCode PFDestroy_Identity(void *value) in PFDestroy_Identity()
115 PETSC_INTERN PetscErrorCode PFCreate_Identity(PF pf, void *value) in PFCreate_Identity()