Searched refs:firstYFace (Results 1 – 1 of 1) sorted by relevance
1560 const PetscInt firstYFace = firstXFace + numTotXFaces; in DMPlexCreateCubeMesh_Internal() local1561 const PetscInt firstZFace = firstYFace + numTotYFaces; in DMPlexCreateCubeMesh_Internal()1584 PetscInt faceF = firstYFace + (fz * numXEdges + fx) * numYVertices + fy; in DMPlexCreateCubeMesh_Internal()1585 … PetscInt faceK = firstYFace + (fz * numXEdges + fx) * numYVertices + ((fy + 1) % numYVertices); in DMPlexCreateCubeMesh_Internal()1644 PetscInt face = firstYFace + (fz * numXEdges + fx) * numYVertices + fy; in DMPlexCreateCubeMesh_Internal()