Searched refs:otherDir2 (Results 1 – 1 of 1) sorted by relevance
2744 PetscInt otherDir2 = (m + 2) % 3; in DMPforestGetTransferSF_Point() local2745 PetscInt minDir = PetscMin(otherDir1, otherDir2); in DMPforestGetTransferSF_Point()2746 PetscInt maxDir = PetscMax(otherDir1, otherDir2); in DMPforestGetTransferSF_Point()