Searched refs:regionTags (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 519 PetscInt *regionTags; member 544 PetscCall(PetscFree3((*mesh)->regionDims, (*mesh)->regionTags, (*mesh)->regionNames)); in GmshMeshDestroy() 1199 …PetscCall(PetscMalloc3(mesh->numRegions, &mesh->regionDims, mesh->numRegions, &mesh->regionTags, m… in GmshReadPhysicalNames() 1213 mesh->regionTags[region] = tag; in GmshReadPhysicalNames() 1809 …if (mesh->regionTags[r] == tag) PetscCall(DMSetLabelValue_Fast(*dm, ®ionSets[r], mesh->regionNa… in DMPlexCreateGmsh() 1839 …if (mesh->regionTags[r] == tag) PetscCall(DMSetLabelValue_Fast(*dm, ®ionSets[r], mesh->regionNa… in DMPlexCreateGmsh() 1866 …if (mesh->regionTags[r] == tag) PetscCall(DMSetLabelValue_Fast(*dm, ®ionSets[r], mesh->regionNa… in DMPlexCreateGmsh() 1885 …if (mesh->regionTags[r] == tag) PetscCall(DMSetLabelValue_Fast(*dm, ®ionSets[r], mesh->regionNa… in DMPlexCreateGmsh() 1904 …if (mesh->regionTags[r] == tag) PetscCall(DMSetLabelValue_Fast(*dm, ®ionSets[r], mesh->regionNa… in DMPlexCreateGmsh()
|