Searched refs:voffset (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 719 PetscInt voffset, iface = 0, cone[4]; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() local 747 voffset = numFaces + vertices[0] * vertices[1] * (vertices[2] - 1) + vy * vertices[0] + vx; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() 748 cone[0] = voffset; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() 749 cone[1] = voffset + 1; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() 750 cone[2] = voffset + vertices[0] + 1; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() 751 cone[3] = voffset + vertices[0]; 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() [all …]
|