Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1935 PetscInt newO, lSize, oTrue; in DMPlexTreeRefineCell() local
1943oTrue = DMPolytopeConvertNewOrientation_Internal(ct, orientation[m]); in DMPlexTreeRefineCell()
1944 oTrue = ((!lSize) || (preOrient[k] >= 0)) ? oTrue : -(oTrue + 2); in DMPlexTreeRefineCell()
1945 newO = DihedralCompose(lSize, oTrue, preOrient[q]); in DMPlexTreeRefineCell()