Searched refs:regionSets (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 1579 … cellSets = NULL, faceSets = NULL, edgeSets = NULL, vertSets = NULL, marker = NULL, *regionSets; in DMPlexCreateGmsh() local 1793 PetscCall(PetscCalloc1(Nr, ®ionSets)); in DMPlexCreateGmsh() 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() 1909 PetscCall(PetscFree(regionSets)); in DMPlexCreateGmsh()
|