Searched refs:lSize (Results 1 – 1 of 1) sorted by relevance
1935 PetscInt newO, lSize, oTrue; in DMPlexTreeRefineCell() local1940 PetscCall(DMPlexGetConeSize(K, q, &lSize)); in DMPlexTreeRefineCell()1941 if (lSize == 2) ct = DM_POLYTOPE_SEGMENT; in DMPlexTreeRefineCell()1942 else if (lSize == 4) ct = DM_POLYTOPE_QUADRILATERAL; in DMPlexTreeRefineCell()1944 oTrue = ((!lSize) || (preOrient[k] >= 0)) ? oTrue : -(oTrue + 2); in DMPlexTreeRefineCell()1945 newO = DihedralCompose(lSize, oTrue, preOrient[q]); in DMPlexTreeRefineCell()