Lines Matching refs:numVertices
119 PetscInt *points = nullptr, numPoints, p, numVertices = 0, v, val = -1; in DMPlexGenerate_Tetgen() local
129 if ((point >= vStart) && (point < vEnd)) points[numVertices++] = point; in DMPlexGenerate_Tetgen()
133 poly->numberofvertices = numVertices; in DMPlexGenerate_Tetgen()
135 for (v = 0; v < numVertices; ++v) { in DMPlexGenerate_Tetgen()
163 const PetscInt numVertices = out.numberofpoints; in DMPlexGenerate_Tetgen() local
172 meshCoords = new PetscReal[dim * numVertices]; in DMPlexGenerate_Tetgen()
173 for (i = 0; i < dim * numVertices; ++i) meshCoords[i] = (PetscReal)out.pointlist[i]; in DMPlexGenerate_Tetgen()
185 …PetscCall(DMPlexCreateFromCellListPetsc(comm, dim, numCells, numVertices, numCorners, interpolate,… in DMPlexGenerate_Tetgen()
189 for (v = 0; v < numVertices; ++v) { in DMPlexGenerate_Tetgen()
383 PetscInt *points = nullptr, numPoints, p, numVertices = 0, v, val; in DMPlexRefine_Tetgen() local
393 if ((point >= vStart) && (point < vEnd)) points[numVertices++] = point; in DMPlexRefine_Tetgen()
397 poly->numberofvertices = numVertices; in DMPlexRefine_Tetgen()
399 for (v = 0; v < numVertices; ++v) { in DMPlexRefine_Tetgen()
441 const PetscInt numVertices = out.numberofpoints; in DMPlexRefine_Tetgen() local
451 meshCoords = new PetscReal[dim * numVertices]; in DMPlexRefine_Tetgen()
452 for (i = 0; i < dim * numVertices; ++i) meshCoords[i] = (PetscReal)out.pointlist[i]; in DMPlexRefine_Tetgen()
464 …PetscCall(DMPlexCreateFromCellListPetsc(comm, dim, numCells, numVertices, numCorners, interpolate,… in DMPlexRefine_Tetgen()
470 for (v = 0; v < numVertices; ++v) { in DMPlexRefine_Tetgen()