Lines Matching refs:numFaces
193 PetscInt numEntries, numFaces, maxsize = 0, offset = 0; in DMPlexCreateFluent_ReadSection() local
214 numFaces = s->last - s->first + 1; in DMPlexCreateFluent_ReadSection()
217 PetscCall(PetscMalloc1(numEntries * numFaces, (PetscInt **)&s->data)); in DMPlexCreateFluent_ReadSection()
219 for (PetscInt f = 0; f < numFaces; f++) { in DMPlexCreateFluent_ReadSection()
225 maxsize = (numFaceVert + 3) * numFaces; in DMPlexCreateFluent_ReadSection()
688 PetscInt numFaces = 0; in DMPlexCreateFluent() local
712 numFaces = PETSC_DETERMINE; in DMPlexCreateFluent()
740 numFaces = (PetscInt)(s.last - s.first + 1); in DMPlexCreateFluent()
741 …ject)viewer, "CASE: Found number of faces %" PetscInt_FMT " face vertices: %d\n", numFaces, s.nd)); in DMPlexCreateFluent()
746 …PetscCheck(numFaces >= 0, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "No header section for facets in F… in DMPlexCreateFluent()
747 …if (!faceZoneIDs) PetscCall(PetscMalloc3(numFaces, &faceSizes, numFaces * 2, &faceAdjCell, numFace… in DMPlexCreateFluent()
813 PetscCall(DMPlexSetChart(*dm, 0, numCells + numFaces + numVertices)); in DMPlexCreateFluent()
821 for (PetscInt f = 0; f < numFaces; ++f) { in DMPlexCreateFluent()
851 for (PetscInt f = 0; f < numFaces; f++) { in DMPlexCreateFluent()
895 for (f = 0; f < numFaces; f++) { in DMPlexCreateFluent()