Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexegads.c882 …PetscInt dim = -1, cdim = -1, numCorners = 0, maxCorners = 0, numVertices = 0, newVertices = 0,… in DMPlexCreateGeom_Internal() local
990 newVertices = numEdges + numQuads; in DMPlexCreateGeom_Internal()
991 numVertices += newVertices; in DMPlexCreateGeom_Internal()
1033 fOff = numVertices - newVertices + numEdges; in DMPlexCreateGeom_Internal()
1081 PetscInt v = numVertices - newVertices + numEdges; in DMPlexCreateGeom_Internal()
1142 …numQuads == newVertices, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Number of new vertices %d != %d previou… in DMPlexCreateGeom_Internal()
1199 points[1] = numVertices - newVertices + edgeNum; in DMPlexCreateGeom_Internal()
1227 if (Ner == 4) cone[nc++] = numVertices - newVertices + numEdges + numQuads++; in DMPlexCreateGeom_Internal()
1321 …PetscCall(PetscInfo(dm, " Total Number of Unique Vertices = %d (%d)\n", numVertices, newVertices)); in DMPlexCreateGeom_Internal()
1410 points[1] = numCells + numVertices - newVertices + edgeNum; in DMPlexCreateGeom_Internal()