Searched refs:faceMarkerBottom (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 1013 …PetscInt faceMarkerBottom, faceMarkerTop, faceMarkerFront, faceMarkerBack, faceMarkerRight,… in DMPlexSetBoxLabel_Internal() local 1032 faceMarkerBottom = 1; in DMPlexSetBoxLabel_Internal() 1037 faceMarkerBottom = 1; 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() 1267 PetscInt markerBottom = 1, faceMarkerBottom = 1; in DMPlexCreateSquareMesh_Simplex_CrissCross() local 1283 markerBottom = faceMarkerBottom; in DMPlexCreateSquareMesh_Simplex_CrissCross() 1388 PetscCall(DMSetLabelValue(dm, "Face Sets", edge, faceMarkerBottom)); in DMPlexCreateSquareMesh_Simplex_CrissCross() 1490 PetscInt markerBottom = 1, faceMarkerBottom = 1; in DMPlexCreateCubeMesh_Internal() local [all …]
|