Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c1320 const PetscInt eyp1 = (ey + 1) % numYVertices; in DMPlexCreateSquareMesh_Simplex_CrissCross() local
1325 const PetscInt v2 = firstVertex + eyp1 * numXVertices + exp1; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1326 const PetscInt v3 = firstVertex + eyp1 * numXVertices + ex; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1329 const PetscInt e2 = firstXEdge + eyp1 * numXEdges + ex; in DMPlexCreateSquareMesh_Simplex_CrissCross()