Lines Matching refs:zoneID

7   unsigned int zoneID;  member
145 snum = sscanf(buffer, "(%x %x %x %d %d)", &s->zoneID, &s->first, &s->last, &s->type, &s->nd); in DMPlexCreateFluent_ReadSection()
147 if (s->zoneID > 0) { in DMPlexCreateFluent_ReadSection()
162 snum = sscanf(buffer, "(%x", &s->zoneID); in DMPlexCreateFluent_ReadSection()
164 if (s->zoneID == 0) { /* Header section */ 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()
187 snum = sscanf(buffer, "(%x", &s->zoneID); in DMPlexCreateFluent_ReadSection()
189 if (s->zoneID == 0) { /* Header section */ 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()
257 snum = sscanf(buffer, "(%u %s %s %d)", &s->zoneID, caseName, labelName, &s->nd); in DMPlexCreateFluent_ReadSection()
269 … PetscCall(PetscInfo((PetscObject)viewer, "CASE: Zone ID %u is label %s\n", s->zoneID, labelName)); in DMPlexCreateFluent_ReadSection()
719 if (s.zoneID == 0) { in DMPlexCreateFluent()
729 if (s.zoneID == 0) { in DMPlexCreateFluent()
739 if (s.zoneID == 0) { /* Header section */ in DMPlexCreateFluent()
750 faceZoneIDs[z] = s.zoneID; in DMPlexCreateFluent()
784 if (s.zoneID >= maxZoneID) { in DMPlexCreateFluent()
789 while (newmax < s.zoneID + 1) newmax *= 2; in DMPlexCreateFluent()
800 zoneNames[s.zoneID] = (const char *)s.data; in DMPlexCreateFluent()