Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c2733 … PetscInt oppositeVertex, PetscInt origVertices[], PetscInt faceVertices[], PetscBool *posOriented) in DMPlexGetFaceOrientation() argument
2809 if (posOriented) *posOriented = PETSC_TRUE; in DMPlexGetFaceOrientation()
2850 if (posOriented) *posOriented = PETSC_TRUE; in DMPlexGetFaceOrientation()
2905 if (posOriented) *posOriented = PETSC_TRUE; in DMPlexGetFaceOrientation()
2946 if (posOriented) *posOriented = PETSC_TRUE; in DMPlexGetFaceOrientation()
3001 if (posOriented) *posOriented = PETSC_TRUE; in DMPlexGetFaceOrientation()
3011 if (posOriented) *posOriented = posOrient; in DMPlexGetFaceOrientation()
3038 …ners, PetscInt indices[], PetscInt origVertices[], PetscInt faceVertices[], PetscBool *posOriented) in DMPlexGetOrientedFace() argument
3064 …ientation(dm, cell, numCorners, indices, oppositeVertex, origVertices, faceVertices, posOriented)); in DMPlexGetOrientedFace()
3137 PetscBool posOriented; in DMPlexInsertFace_Internal() local
[all …]