Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/ !
H A Dplexcreate.c1302 const PetscInt firstYEdge = firstXEdge + numTotXEdges; in DMPlexCreateSquareMesh_Simplex_CrissCross() local
1303 const PetscInt firstZEdge = firstYEdge + numTotYEdges; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1328 const PetscInt e1 = firstYEdge + exp1 * numYEdges + ey; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1330 const PetscInt e3 = firstYEdge + ex * numYEdges + ey; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1350 const PetscInt edge = firstYEdge + vx * numYEdges + ey; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1563 const PetscInt firstYEdge = firstXEdge + numTotXEdges; in DMPlexCreateCubeMesh_Internal() local
1564 const PetscInt firstZEdge = firstYEdge + numTotYEdges; in DMPlexCreateCubeMesh_Internal()
1614 PetscInt edgeB = firstYEdge + (fz * numXVertices + fx) * numYEdges + fy; in DMPlexCreateCubeMesh_Internal()
1615 … PetscInt edgeT = firstYEdge + (((fz + 1) % numZVertices) * numXVertices + fx) * numYEdges + fy; in DMPlexCreateCubeMesh_Internal()
1678 PetscInt edgeL = firstYEdge + (fz * numXVertices + fx) * numYEdges + fy; in DMPlexCreateCubeMesh_Internal()
[all …]