Searched refs:DMSetLabelValue_Fast (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 1806 if (generic) PetscCall(DMSetLabelValue_Fast(*dm, &cellSets, "Cell Sets", cell, tag)); in DMPlexCreateGmsh() 1809 …if (mesh->regionTags[r] == tag) PetscCall(DMSetLabelValue_Fast(*dm, ®ionSets[r], mesh->regionNa… in DMPlexCreateGmsh() 1836 if (generic) PetscCall(DMSetLabelValue_Fast(*dm, &faceSets, "Face Sets", join[0], tag)); in DMPlexCreateGmsh() 1839 …if (mesh->regionTags[r] == tag) PetscCall(DMSetLabelValue_Fast(*dm, ®ionSets[r], mesh->regionNa… in DMPlexCreateGmsh() 1863 if (generic) PetscCall(DMSetLabelValue_Fast(*dm, &edgeSets, "Edge Sets", join[0], tag)); in DMPlexCreateGmsh() 1866 …if (mesh->regionTags[r] == tag) PetscCall(DMSetLabelValue_Fast(*dm, ®ionSets[r], mesh->regionNa… in DMPlexCreateGmsh() 1882 … if (usegeneric) PetscCall(DMSetLabelValue_Fast(*dm, &vertSets, "Vertex Sets", vStart + vv, tag)); in DMPlexCreateGmsh() 1885 …if (mesh->regionTags[r] == tag) PetscCall(DMSetLabelValue_Fast(*dm, ®ionSets[r], mesh->regionNa… in DMPlexCreateGmsh() 1902 … if (generic) PetscCall(DMSetLabelValue_Fast(*dm, &vertSets, "Vertex Sets", vStart + vv, tag)); in DMPlexCreateGmsh() 1904 …if (mesh->regionTags[r] == tag) PetscCall(DMSetLabelValue_Fast(*dm, ®ionSets[r], mesh->regionNa… in DMPlexCreateGmsh()
|
| H A D | plexfluent.c | 906 PetscCall(DMSetLabelValue_Fast(*dm, &faceSets, "Face Sets", meet[0], id)); in DMPlexCreateFluent() 907 …if (zoneNames && zoneNames[id]) PetscCall(DMSetLabelValue_Fast(*dm, &zoneLabels[id], zoneNames[id]… in DMPlexCreateFluent() 913 PetscCall(DMSetLabelValue_Fast(*dm, &faceSets, "Face Sets", join[0], id)); in DMPlexCreateFluent() 914 …if (zoneNames && zoneNames[id]) PetscCall(DMSetLabelValue_Fast(*dm, &zoneLabels[id], zoneNames[id]… in DMPlexCreateFluent()
|
| /petsc/src/dm/impls/plex/exodusii/ |
| H A D | plexexodusii2.c | 1763 PetscCall(DMSetLabelValue_Fast(*dm, &cellSets, "Cell Sets", c, cs_id[cs])); in DMPlexCreateExodus() 1805 …for (v = 0; v < num_vertex_in_set; ++v) PetscCall(DMSetLabelValue_Fast(*dm, &vertSets, "Vertex Set… in DMPlexCreateExodus() 1886 PetscCall(DMSetLabelValue_Fast(*dm, &faceSets, "Face Sets", faces[0], fs_id[fs])); in DMPlexCreateExodus()
|
| /petsc/include/petsc/private/ |
| H A D | dmimpl.h | 551 PETSC_INTERN PetscErrorCode DMSetLabelValue_Fast(DM, DMLabel *, const char[], PetscInt, PetscInt);
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 7736 PetscErrorCode DMSetLabelValue_Fast(DM dm, DMLabel *label, const char name[], PetscInt point, Petsc… in DMSetLabelValue_Fast() function
|