Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c1319 const PetscInt exp1 = (ex + 1) % numXVertices; in DMPlexCreateSquareMesh_Simplex_CrissCross() local
1324 const PetscInt v1 = firstVertex + ey * numXVertices + exp1; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1325 const PetscInt v2 = firstVertex + eyp1 * numXVertices + exp1; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1328 const PetscInt e1 = firstYEdge + exp1 * numYEdges + ey; in DMPlexCreateSquareMesh_Simplex_CrissCross()