Searched refs:dlabel (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 251 DMLabel dlabel; in DMPlexGetPointMFEMCellID_Internal() local 255 PetscCall(DMPlexGetDepthLabel(dm, &dlabel)); in DMPlexGetPointMFEMCellID_Internal() 256 PetscCall(DMLabelGetValue(dlabel, p, &pdepth)); in DMPlexGetPointMFEMCellID_Internal() 1014 DMLabel dlabel; in DMPlexView_GLVis_ASCII() local 1018 PetscCall(DMPlexGetDepthLabel(dm, &dlabel)); in DMPlexView_GLVis_ASCII() 1019 PetscCall(DMLabelGetValue(dlabel, p, &depth)); in DMPlexView_GLVis_ASCII() 1033 DMLabel dlabel; in DMPlexView_GLVis_ASCII() local 1037 PetscCall(DMPlexGetDepthLabel(dm, &dlabel)); in DMPlexView_GLVis_ASCII() 1057 PetscCall(DMLabelGetValue(dlabel, children[n], &depth)); in DMPlexView_GLVis_ASCII()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 3019 DMLabel dlabel; in PetscSectionSymDistribute_Label() local 3022 PetscCall(DMLabelDistribute(sl->label, migrationSF, &dlabel)); in PetscSectionSymDistribute_Label() 3023 PetscCall(PetscSectionSymCreateLabel(PetscObjectComm((PetscObject)sym), dlabel, dsym)); in PetscSectionSymDistribute_Label() 3024 PetscCall(DMLabelDestroy(&dlabel)); in PetscSectionSymDistribute_Label()
|