Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c1013 …PetscInt faceMarkerBottom, faceMarkerTop, faceMarkerFront, faceMarkerBack, faceMarkerRight,… in DMPlexSetBoxLabel_Internal() local
1031 faceMarkerTop = 3; in DMPlexSetBoxLabel_Internal()
1038 faceMarkerTop = 2; in DMPlexSetBoxLabel_Internal()
1086 label_value = PetscRealPart(normal[1]) > 0 ? faceMarkerTop : faceMarkerBottom; in DMPlexSetBoxLabel_Internal()
1106 label_value = PetscRealPart(normal[2]) > 0 ? faceMarkerTop : faceMarkerBottom; in DMPlexSetBoxLabel_Internal()
1112 label_value = PetscRealPart(normal[2]) > 0 ? faceMarkerTop : faceMarkerBottom; in DMPlexSetBoxLabel_Internal()
1266 PetscInt markerTop = 1, faceMarkerTop = 3; in DMPlexCreateSquareMesh_Simplex_CrissCross() local
1284 markerTop = faceMarkerTop; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1383 PetscCall(DMSetLabelValue(dm, "Face Sets", edge, faceMarkerTop)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1489 PetscInt markerTop = 1, faceMarkerTop = 1; in DMPlexCreateCubeMesh_Internal() local
[all …]