Searched refs:triMult (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/ |
| H A D | petscdm.h | 986 …static const PetscInt triMult[6 * 6] = {0, 2, 1, -3, -1, -2, 1, 0, 2, -2, -3, -1, 2, 1, 0, -1, -… in DMPolytopeTypeComposeOrientation() local 1081 return triMult[(o1 + 3) * 6 + o2 + 3]; in DMPolytopeTypeComposeOrientation()
|