Lines Matching refs:firstXEdge

1301     const PetscInt firstXEdge   = numCells + numVertices;  in DMPlexCreateSquareMesh_Simplex_CrissCross()  local
1302 const PetscInt firstYEdge = firstXEdge + numTotXEdges; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1313 for (e = firstXEdge; e < firstXEdge + numEdges; ++e) PetscCall(DMPlexSetConeSize(dm, e, 2)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1327 const PetscInt e0 = firstXEdge + ey * numXEdges + ex; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1329 const PetscInt e2 = firstXEdge + eyp1 * numXEdges + ex; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1375 const PetscInt edge = firstXEdge + vy * numXEdges + ex; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1562 const PetscInt firstXEdge = numCells + numFaces + numVertices; in DMPlexCreateCubeMesh_Internal() local
1563 const PetscInt firstYEdge = firstXEdge + numTotXEdges; in DMPlexCreateCubeMesh_Internal()
1575 for (e = firstXEdge; e < firstXEdge + numEdges; ++e) PetscCall(DMPlexSetConeSize(dm, e, 2)); in DMPlexCreateCubeMesh_Internal()
1647 PetscInt edgeB = firstXEdge + (fz * numYVertices + fy) * numXEdges + fx; in DMPlexCreateCubeMesh_Internal()
1648 … PetscInt edgeT = firstXEdge + (((fz + 1) % numZVertices) * numYVertices + fy) * numXEdges + fx; in DMPlexCreateCubeMesh_Internal()
1680 PetscInt edgeB = firstXEdge + (fz * numYVertices + fy) * numXEdges + fx; in DMPlexCreateCubeMesh_Internal()
1681 … PetscInt edgeT = firstXEdge + (fz * numYVertices + ((fy + 1) % numYVertices)) * numXEdges + fx; in DMPlexCreateCubeMesh_Internal()
1821 const PetscInt edge = firstXEdge + (vz * numYVertices + vy) * numXEdges + ex; in DMPlexCreateCubeMesh_Internal()