Home
last modified time | relevance | path

Searched refs:firstVertex (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexcreate.c1300 const PetscInt firstVertex = numCells; in DMPlexCreateSquareMesh_Simplex_CrissCross() local
1322 const PetscInt vc = firstVertex + numXVertices * numYVertices + ey * numXEdges + ex; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1323 const PetscInt v0 = firstVertex + ey * numXVertices + ex; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1324 const PetscInt v1 = firstVertex + ey * numXVertices + exp1; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1325 const PetscInt v2 = firstVertex + eyp1 * numXVertices + exp1; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1326 const PetscInt v3 = firstVertex + eyp1 * numXVertices + ex; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1351 const PetscInt v0 = firstVertex + ey * numXVertices + vx; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1352 const PetscInt v1 = firstVertex + ((ey + 1) % numYVertices) * numXVertices + vx; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1376 const PetscInt v0 = firstVertex + vy * numXVertices + ex; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1377 const PetscInt v1 = firstVertex + vy * numXVertices + (ex + 1) % numXVertices; in DMPlexCreateSquareMesh_Simplex_CrissCross()
[all …]
H A Dplexfluent.c313 PetscInt firstVertex, lastVertex, c2; in ReorderPolygon() local
321 firstVertex = ornt[c2] ? fcone2[1] : fcone2[0]; in ReorderPolygon()
322 if (lastVertex == firstVertex) { in ReorderPolygon()