Lines Matching refs:markerTop

590   PetscInt       markerTop      = 1;  in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal()  local
605 markerTop = 3; in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal()
653 PetscCall(DMSetLabelValue(dm, "marker", edge, markerTop)); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal()
654 PetscCall(DMSetLabelValue(dm, "marker", cone[0], markerTop)); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal()
656 PetscCall(DMSetLabelValue(dm, "marker", cone[1], markerTop)); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal()
657 PetscCall(DMSetLabelValue(dm, "Face Sets", cone[1], markerTop)); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal()
706 PetscInt markerTop = 1; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() local
727 markerTop = 2; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
753 PetscCall(DMSetLabelValue(dm, "marker", iface, markerTop)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
754 PetscCall(DMSetLabelValue(dm, "marker", voffset + 0, markerTop)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
755 PetscCall(DMSetLabelValue(dm, "marker", voffset + 1, markerTop)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
756 PetscCall(DMSetLabelValue(dm, "marker", voffset + vertices[0] + 0, markerTop)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
757 PetscCall(DMSetLabelValue(dm, "marker", voffset + vertices[0] + 1, markerTop)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
1266 PetscInt markerTop = 1, faceMarkerTop = 3; in DMPlexCreateSquareMesh_Simplex_CrissCross() local
1284 markerTop = faceMarkerTop; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1384 PetscCall(DMSetLabelValue(dm, "marker", edge, markerTop)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1385 PetscCall(DMSetLabelValue(dm, "marker", cone[0], markerTop)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1386 if (ex == numXEdges - 1) PetscCall(DMSetLabelValue(dm, "marker", cone[1], markerTop)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1489 PetscInt markerTop = 1, faceMarkerTop = 1; in DMPlexCreateCubeMesh_Internal() local
1532 markerTop = faceMarkerTop; in DMPlexCreateCubeMesh_Internal()
1701 PetscCall(DMSetLabelValue(dm, "marker", face, markerTop)); in DMPlexCreateCubeMesh_Internal()
1803 PetscCall(DMSetLabelValue(dm, "marker", edge, markerTop)); in DMPlexCreateCubeMesh_Internal()
1804 PetscCall(DMSetLabelValue(dm, "marker", cone[0], markerTop)); in DMPlexCreateCubeMesh_Internal()
1805 … if (ey == numYEdges - 1) PetscCall(DMSetLabelValue(dm, "marker", cone[1], markerTop)); in DMPlexCreateCubeMesh_Internal()
1833 PetscCall(DMSetLabelValue(dm, "marker", edge, markerTop)); in DMPlexCreateCubeMesh_Internal()
1834 PetscCall(DMSetLabelValue(dm, "marker", cone[0], markerTop)); in DMPlexCreateCubeMesh_Internal()
1835 … if (ex == numXEdges - 1) PetscCall(DMSetLabelValue(dm, "marker", cone[1], markerTop)); in DMPlexCreateCubeMesh_Internal()
1863 PetscCall(DMSetLabelValue(dm, "marker", edge, markerTop)); in DMPlexCreateCubeMesh_Internal()
1864 PetscCall(DMSetLabelValue(dm, "marker", cone[0], markerTop)); in DMPlexCreateCubeMesh_Internal()
1865 … if (ex == numXEdges - 1) PetscCall(DMSetLabelValue(dm, "marker", cone[1], markerTop)); in DMPlexCreateCubeMesh_Internal()