Searched refs:VecNestCheckCompatible3 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnestimpl.h | 25 #define VecNestCheckCompatible3(x, xarg, y, yarg, z, zarg) \ macro 45 extern void VecNestCheckCompatible3(Tv, int, Tv, int, Tv, int);
|
| H A D | vecnest.c | 186 VecNestCheckCompatible3(z, 1, x, 5, y, 6); in VecAXPBYPCZ_Nest() 211 VecNestCheckCompatible3(w, 1, x, 2, y, 3); in VecPointwiseMult_Nest() 225 VecNestCheckCompatible3(w, 1, x, 2, y, 3); in VecPointwiseDivide_Nest() 340 VecNestCheckCompatible3(w, 1, x, 3, y, 4); in VecWAXPY_Nest()
|