Lines Matching refs:face
7 … lim, PetscInt dim, PetscInt dof, PetscInt cell, PetscInt field, PetscInt face, PetscInt fStart, P… in DMPlexApplyLimiter_Internal() argument
13 PetscCall(DMPlexGetTreeChildren(dm, face, &numChildren, &children)); in DMPlexApplyLimiter_Internal()
29 PetscCall(DMPlexGetSupport(dm, face, &fcells)); in DMPlexApplyLimiter_Internal()
30 PetscCall(DMPlexGetSupportSize(dm, face, &Ns)); in DMPlexApplyLimiter_Internal()
66 PetscInt dim, face, cell, field, dof, cStart, cEnd, nFields; in DMPlexReconstructGradients_Internal() local
85 for (face = fStart; face < fEnd; ++face) { in DMPlexReconstructGradients_Internal()
93 PetscCall(DMLabelGetValue(ghostLabel, face, &ghost)); in DMPlexReconstructGradients_Internal()
94 PetscCall(DMIsBoundaryPoint(dm, face, &boundary)); in DMPlexReconstructGradients_Internal()
95 PetscCall(DMPlexGetTreeChildren(dm, face, &numChildren, NULL)); in DMPlexReconstructGradients_Internal()
97 PetscCall(DMPlexGetSupportSize(dm, face, &numCells)); in DMPlexReconstructGradients_Internal()
98 …_PLIB, "facet %" PetscInt_FMT " has %" PetscInt_FMT " support points: expected 2", face, numCells); in DMPlexReconstructGradients_Internal()
99 PetscCall(DMPlexGetSupport(dm, face, &cells)); in DMPlexReconstructGradients_Internal()
100 PetscCall(DMPlexPointLocalRead(dmFace, face, facegeom, &fg)); in DMPlexReconstructGradients_Internal()