Searched refs:VECOP_SET (Results 1 – 5 of 5) sorted by relevance
45 PetscCall(VecSetOperation(v, VECOP_SET, NULL)); in main()
35 PetscCall(VecSetOperation(y, VECOP_SET, (PetscErrorCodeFn *)VecSet_Error)); in main()
113 static_assert(offsetof(struct _VecOps, set) == sizeof(PetscErrorCodeFn *) * VECOP_SET, "");
155 - Add `VECOP_SET`
695 VECOP_SET = 10, enumerator