Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c1550 const PetscInt numTotYFaces = numYVertices * numYFaces; in DMPlexCreateCubeMesh_Internal() local
1552 const PetscInt numFaces = numTotXFaces + numTotYFaces + numTotZFaces; in DMPlexCreateCubeMesh_Internal()
1561 const PetscInt firstZFace = firstYFace + numTotYFaces; in DMPlexCreateCubeMesh_Internal()