Searched refs:boundaryFaceInV1Faces (Results 1 – 1 of 1) sorted by relevance
940 int boundaryFaceInV1Faces = -1; in gatherQuadRegularBoundaryPatchPoints() local943 if (face == v1Faces[i]) boundaryFaceInV1Faces = i; in gatherQuadRegularBoundaryPatchPoints()945 assert((boundaryFaceInV0Faces >= 0) && (boundaryFaceInV1Faces >= 0)); in gatherQuadRegularBoundaryPatchPoints()951 int intFaceInV1Faces = fastMod4(boundaryFaceInV1Faces + 2); in gatherQuadRegularBoundaryPatchPoints()952 int nextFaceInV1Faces = fastMod4(boundaryFaceInV1Faces + 3); in gatherQuadRegularBoundaryPatchPoints()