Searched refs:numYVertices (Results 1 – 1 of 1) sorted by relevance
1293 …const PetscInt numYVertices = rank == 0 ? (bdY == DM_BOUNDARY_PERIODIC ? edges[1] : edges[1] + 1) … in DMPlexCreateSquareMesh_Simplex_CrissCross() local1296 const PetscInt numTotXEdges = numXEdges * numYVertices; in DMPlexCreateSquareMesh_Simplex_CrissCross()1298 const PetscInt numVertices = numXVertices * numYVertices + numZVertices; in DMPlexCreateSquareMesh_Simplex_CrissCross()1320 const PetscInt eyp1 = (ey + 1) % numYVertices; in DMPlexCreateSquareMesh_Simplex_CrissCross()1322 const PetscInt vc = firstVertex + numXVertices * numYVertices + ey * numXEdges + ex; in DMPlexCreateSquareMesh_Simplex_CrissCross()1352 const PetscInt v1 = firstVertex + ((ey + 1) % numYVertices) * numXVertices + vx; in DMPlexCreateSquareMesh_Simplex_CrissCross()1373 for (vy = 0; vy < numYVertices; vy++) { in DMPlexCreateSquareMesh_Simplex_CrissCross()1382 if (vy == numYVertices - 1) { in DMPlexCreateSquareMesh_Simplex_CrissCross()1419 for (vy = 0; vy < numYVertices; ++vy) { in DMPlexCreateSquareMesh_Simplex_CrissCross()1427 const PetscInt c = ey * numXEdges + ex + numYVertices * numXVertices; in DMPlexCreateSquareMesh_Simplex_CrissCross()[all …]