Searched refs:tsegMult (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/ |
| H A D | petscdm.h | 989 static const PetscInt tsegMult[4 * 4] = {0, 1, -2, -1, 1, 0, -1, -2, -2, -1, 0, 1, -1, -2, 1, 0}; in DMPolytopeTypeComposeOrientation() local 1085 return tsegMult[(o1 + 2) * 4 + o2 + 2]; in DMPolytopeTypeComposeOrientation()
|