Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c1549 const PetscInt numTotXFaces = numXVertices * numXFaces; in DMPlexCreateCubeMesh_Internal() local
1552 const PetscInt numFaces = numTotXFaces + numTotYFaces + numTotZFaces; in DMPlexCreateCubeMesh_Internal()
1560 const PetscInt firstYFace = firstXFace + numTotXFaces; in DMPlexCreateCubeMesh_Internal()