Searched refs:firstXFace (Results 1 – 1 of 1) sorted by relevance
1559 const PetscInt firstXFace = (dim == 2) ? 0 : numCells + numVertices; in DMPlexCreateCubeMesh_Internal() local1560 const PetscInt firstYFace = firstXFace + numTotXFaces; in DMPlexCreateCubeMesh_Internal()1574 for (f = firstXFace; f < firstXFace + numFaces; ++f) PetscCall(DMPlexSetConeSize(dm, f, 4)); in DMPlexCreateCubeMesh_Internal()1586 PetscInt faceL = firstXFace + (fz * numYEdges + fy) * numXVertices + fx; in DMPlexCreateCubeMesh_Internal()1587 … PetscInt faceR = firstXFace + (fz * numYEdges + fy) * numXVertices + ((fx + 1) % numXVertices); in DMPlexCreateCubeMesh_Internal()1611 PetscInt face = firstXFace + (fz * numYEdges + fy) * numXVertices + fx; in DMPlexCreateCubeMesh_Internal()