Searched refs:Endpoint (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/wb/ |
| H A D | wb.c | 138 #define Endpoint(a, start, b) (a == 0 || a == (b - 1 - start)) in DMDAGetWireBasketInterpolation() macro 146 if (!Endpoint(i, istart, m) && !Endpoint(j, jstart, n) && !Endpoint(k, kstart, p)) { in DMDAGetWireBasketInterpolation() 156 #undef Endpoint in DMDAGetWireBasketInterpolation() 458 #define Endpoint(a, start, b) (a == 0 || a == (b - 1 - start)) in DMDAGetFaceInterpolation() macro 466 if (!Endpoint(i, istart, m) && !Endpoint(j, jstart, n) && !Endpoint(k, kstart, p)) { in DMDAGetFaceInterpolation() 476 #undef Endpoint in DMDAGetFaceInterpolation()
|