Lines Matching refs:cellDim
2738 PetscInt cellDim, faceSize, f; in DMPlexGetFaceOrientation() local
2742 PetscCall(DMGetDimension(dm, &cellDim)); in DMPlexGetFaceOrientation()
2743 …scPrintf(comm, "cellDim: %" PetscInt_FMT " numCorners: %" PetscInt_FMT "\n", cellDim, numCorners)); in DMPlexGetFaceOrientation()
2745 if (cellDim == 1 && numCorners == 2) { in DMPlexGetFaceOrientation()
2749 } else if (cellDim == 2 && numCorners == 3) { in DMPlexGetFaceOrientation()
2753 } else if (cellDim == 3 && numCorners == 4) { in DMPlexGetFaceOrientation()
2757 } else if (cellDim == 1 && numCorners == 3) { in DMPlexGetFaceOrientation()
2761 } else if (cellDim == 2 && numCorners == 4) { in DMPlexGetFaceOrientation()
2772 } else if (cellDim == 2 && numCorners == 6) { in DMPlexGetFaceOrientation()
2811 } else if (cellDim == 2 && numCorners == 9) { in DMPlexGetFaceOrientation()
2852 } else if (cellDim == 3 && numCorners == 8) { in DMPlexGetFaceOrientation()
2907 } else if (cellDim == 3 && numCorners == 10) { in DMPlexGetFaceOrientation()
2948 } else if (cellDim == 3 && numCorners == 27) { in DMPlexGetFaceOrientation()