Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c2736 PetscBool posOrient = PETSC_FALSE; in DMPlexGetFaceOrientation() local
2748 posOrient = !(oppositeVertex % 2) ? PETSC_TRUE : PETSC_FALSE; in DMPlexGetFaceOrientation()
2752 posOrient = !(oppositeVertex % 2) ? PETSC_TRUE : PETSC_FALSE; in DMPlexGetFaceOrientation()
2756 posOrient = (oppositeVertex % 2) ? PETSC_TRUE : PETSC_FALSE; in DMPlexGetFaceOrientation()
2760 posOrient = PETSC_TRUE; in DMPlexGetFaceOrientation()
2765 posOrient = PETSC_TRUE; in DMPlexGetFaceOrientation()
2767 posOrient = PETSC_TRUE; in DMPlexGetFaceOrientation()
2770 posOrient = PETSC_FALSE; in DMPlexGetFaceOrientation()
3004 if (!posOrient) { in DMPlexGetFaceOrientation()
3011 if (posOriented) *posOriented = posOrient; in DMPlexGetFaceOrientation()