Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/nest/
H A Dvecnestimpl.h25 #define VecNestCheckCompatible3(x, xarg, y, yarg, z, zarg) \ macro
45 extern void VecNestCheckCompatible3(Tv, int, Tv, int, Tv, int);
H A Dvecnest.c186 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()