Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfluent.c222 PetscInt numFaceVert = 0; in DMPlexCreateFluent_ReadSection() local
223 …PetscCall(DMPlexCreateFluent_ReadValues(viewer, &numFaceVert, 1, PETSC_INT, s->index == 2013 ? PET… in DMPlexCreateFluent_ReadSection()
225 maxsize = (numFaceVert + 3) * numFaces; in DMPlexCreateFluent_ReadSection()
228 if (offset + numFaceVert + 3 >= maxsize) { in DMPlexCreateFluent_ReadSection()
238 ((PetscInt *)s->data)[offset] = numFaceVert; in DMPlexCreateFluent_ReadSection()
240 numEntries = numFaceVert + 2; in DMPlexCreateFluent_ReadSection()