Home
last modified time | relevance | path

Searched refs:lSize (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplextree.c1935 PetscInt newO, lSize, oTrue; in DMPlexTreeRefineCell() local
1940 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()