Searched refs:numTotYEdges (Results 1 – 1 of 1) sorted by relevance
1297 const PetscInt numTotYEdges = numYEdges * numXVertices; in DMPlexCreateSquareMesh_Simplex_CrissCross() local1299 const PetscInt numEdges = numTotXEdges + numTotYEdges + numZEdges; in DMPlexCreateSquareMesh_Simplex_CrissCross()1303 const PetscInt firstZEdge = firstYEdge + numTotYEdges; in DMPlexCreateSquareMesh_Simplex_CrissCross()1554 const PetscInt numTotYEdges = numYEdges * numXVertices * numZVertices; in DMPlexCreateCubeMesh_Internal() local1557 const PetscInt numEdges = numTotXEdges + numTotYEdges + numTotZEdges; in DMPlexCreateCubeMesh_Internal()1564 const PetscInt firstZEdge = firstYEdge + numTotYEdges; in DMPlexCreateCubeMesh_Internal()