Lines Matching refs:last
9 unsigned int last; member
145 snum = sscanf(buffer, "(%x %x %x %d %d)", &s->zoneID, &s->first, &s->last, &s->type, &s->nd); in DMPlexCreateFluent_ReadSection()
148 PetscInt numCoords = s->last - s->first + 1; in DMPlexCreateFluent_ReadSection()
165 snum = sscanf(buffer, "(%x %x %x %d)", &s->zoneID, &s->first, &s->last, &s->nd); in DMPlexCreateFluent_ReadSection()
168 snum = sscanf(buffer, "(%x %x %x %d %d)", &s->zoneID, &s->first, &s->last, &s->type, &s->nd); in DMPlexCreateFluent_ReadSection()
172 PetscInt numCells = s->last - s->first + 1; in DMPlexCreateFluent_ReadSection()
190 snum = sscanf(buffer, "(%x %x %x %d)", &s->zoneID, &s->first, &s->last, &s->nd); in DMPlexCreateFluent_ReadSection()
195 snum = sscanf(buffer, "(%x %x %x %d %d)", &s->zoneID, &s->first, &s->last, &s->type, &s->nd); in DMPlexCreateFluent_ReadSection()
214 numFaces = s->last - s->first + 1; in DMPlexCreateFluent_ReadSection()
720 numVertices = s.last; in DMPlexCreateFluent()
730 numCells = s.last; in DMPlexCreateFluent()
740 numFaces = (PetscInt)(s.last - s.first + 1); in DMPlexCreateFluent()
749 for (unsigned int z = s.first - 1; z < s.last; z++) { in DMPlexCreateFluent()
770 const PetscInt Nfz = s.last - s.first + 1; in DMPlexCreateFluent()