Searched refs:VecNestCheckCompatible2 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnestimpl.h | 13 #define VecNestCheckCompatible2(x, xarg, y, yarg) \ macro 43 extern void VecNestCheckCompatible2(Tv, int, Tv, int);
|
| H A D | vecnest.c | 56 VecNestCheckCompatible2(x, 1, y, 2); in VecCopy_Nest() 86 VecNestCheckCompatible2(x, 1, y, 2); in VecDot_Nest() 105 VecNestCheckCompatible2(x, 1, y, 2); in VecTDot_Nest() 125 VecNestCheckCompatible2(x, 1, y, 2); in VecDotNorm2_Nest() 146 VecNestCheckCompatible2(y, 1, x, 3); in VecAXPY_Nest() 159 VecNestCheckCompatible2(y, 1, x, 3); in VecAYPX_Nest() 172 VecNestCheckCompatible2(y, 1, x, 4); in VecAXPBY_Nest() 326 VecNestCheckCompatible2(x, 1, y, 2); in VecSwap_Nest() 493 VecNestCheckCompatible2(x, 1, y, 2); in VecMaxPointwiseDivide_Nest() 708 VecNestCheckCompatible2(U, 1, Y, 2); in VecErrorWeightedNorms_Nest() [all …]
|