| /petsc/src/dm/dt/tests/ |
| H A D | ex4.c | 11 DMLabel depthLabel; in CheckSymmetry() local 51 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in CheckSymmetry() 59 PetscCall(DMLabelGetValue(depthLabel, point, &depth)); in CheckSymmetry()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 6 DMLabel depthLabel; in DMPlexCreateSectionFields() local 12 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMPlexCreateSectionFields() 52 … PetscCall(PetscSectionSymCreateLabel(PetscObjectComm((PetscObject)*section), depthLabel, &sym)); in DMPlexCreateSectionFields() 91 DMLabel depthLabel; in DMPlexCreateSectionDof() local 100 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMPlexCreateSectionDof() 145 PetscCall(DMLabelGetValue(depthLabel, point, &d)); in DMPlexCreateSectionDof()
|
| H A D | plexceed.c | 6 DMLabel depthLabel; in DMGetPoints_Internal() local 11 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMGetPoints_Internal() 12 PetscCall(DMLabelGetStratumIS(depthLabel, depth - height, &depthIS)); in DMGetPoints_Internal()
|
| H A D | plexdistribute.c | 1249 DMLabel depthLabel; in DMPlexDistributeLabels() local 1265 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMPlexDistributeLabels() 1266 if (depthLabel) PetscCall(PetscObjectStateGet((PetscObject)depthLabel, &depthState)); in DMPlexDistributeLabels() 1270 PetscCall(DMPlexGetDepthLabel(dmParallel, &dmParallel->depthLabel)); in DMPlexDistributeLabels() 1271 PetscCall(DMRemoveLabelBySelf(dmParallel, &dmParallel->depthLabel, PETSC_FALSE)); in DMPlexDistributeLabels()
|
| H A D | plexfem.c | 1701 DMLabel depthLabel; in DMComputeL2FieldDiff_Plex() local 1717 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMComputeL2FieldDiff_Plex() 1718 PetscCall(DMLabelGetNumValues(depthLabel, &depth)); in DMComputeL2FieldDiff_Plex() 1761 PetscCall(DMLabelGetValue(depthLabel, cell, &dep)); in DMComputeL2FieldDiff_Plex() 2863 DMLabel depthLabel; in DMPlexComputeBdIntegral() local 2874 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMPlexComputeBdIntegral() 2876 PetscCall(DMLabelGetStratumIS(depthLabel, dim - 1, &facetIS)); in DMPlexComputeBdIntegral() 5088 DMLabel depthLabel; in DMPlexComputeBdResidualSingle() local 5094 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMPlexComputeBdResidualSingle() 5095 PetscCall(DMLabelGetStratumIS(depthLabel, dim - 1, &facetIS)); in DMPlexComputeBdResidualSingle() [all …]
|
| H A D | plexproject.c | 727 DMLabel depthLabel; in DMProjectLocal_Generic_Plex() local 807 PetscCall(DMPlexGetDepthLabel(plex, &depthLabel)); in DMProjectLocal_Generic_Plex() 955 PetscCall(DMLabelGetStratumIS(depthLabel, depth - h, &heightIS)); in DMProjectLocal_Generic_Plex()
|
| H A D | plexsubmesh.c | 555 DMLabel depthLabel; in DMPlexShiftSizes_Internal() local 565 PetscCall(DMPlexGetDepthLabel(dmNew, &depthLabel)); in DMPlexShiftSizes_Internal() 576 PetscCall(DMLabelSetStratumIS(depthLabel, d, pIS)); in DMPlexShiftSizes_Internal() 2152 DMLabel depthLabel; in DMPlexLabelCohesiveComplete() local 2161 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMPlexLabelCohesiveComplete() 3317 DMLabel depthLabel; in DMPlexFilterLabels_Internal() local 3322 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMPlexFilterLabels_Internal() 3323 PetscCall(DMLabelMakeAllInvalid_Internal(depthLabel)); in DMPlexFilterLabels_Internal()
|
| H A D | plex.c | 131 DMLabel depthLabel, ctLabel; in DMPlexGetFieldTypes_Internal() local 147 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMPlexGetFieldTypes_Internal() 156 PetscCall(DMLabelGetValue(depthLabel, cStart, &dep)); in DMPlexGetFieldTypes_Internal() 911 DMLabel depthLabel, celltypeLabel; in DMPlexView_Ascii_Geometry() local 920 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMPlexView_Ascii_Geometry() 943 PetscCall(DMLabelGetValue(depthLabel, point, &depth)); in DMPlexView_Ascii_Geometry() 5393 PetscErrorCode DMPlexGetDepthLabel(DM dm, DMLabel *depthLabel) in DMPlexGetDepthLabel() argument 5397 PetscAssertPointer(depthLabel, 2); in DMPlexGetDepthLabel() 5398 *depthLabel = dm->depthLabel; in DMPlexGetDepthLabel() 5572 PetscCall(DMLabelGetValue(dm->depthLabel, point, depth)); in DMPlexGetPointDepth() [all …]
|
| H A D | plexreorder.c | 287 PetscCall(DMGetLabel(*pdm, "depth", &(*pdm)->depthLabel)); in DMPlexPermute()
|
| H A D | plexgeometry.c | 2371 DMLabel depthLabel; in DMPlexComputeCellGeometryFEM_Implicit() local 2378 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMPlexComputeCellGeometryFEM_Implicit() 2379 PetscCall(DMLabelGetValue(depthLabel, cell, &dim)); in DMPlexComputeCellGeometryFEM_Implicit()
|
| H A D | plexcreate.c | 262 depthTmp = dmA->depthLabel; in DMPlexSwap_Static() 263 dmA->depthLabel = dmB->depthLabel; in DMPlexSwap_Static() 264 dmB->depthLabel = depthTmp; in DMPlexSwap_Static()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex2.c | 83 DMLabel depthLabel; in IdentifyBadPoints() local 92 PetscCall(DMPlexGetDepthLabel(dmplex, &depthLabel)); in IdentifyBadPoints() 112 PetscCall(DMLabelGetValue(depthLabel, p, &s)); in IdentifyBadPoints()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex6.c | 191 DMLabel depthLabel; in SetSymmetries() local 195 PetscCall(DMGetLabel(dm, "depth", &depthLabel)); in SetSymmetries() 200 PetscCall(PetscSectionSymCreateLabel(PetscObjectComm((PetscObject)s), depthLabel, &sym)); in SetSymmetries()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex5.c | 1186 DMLabel depthLabel; in TestAssembly() local 1188 PetscCall(DMPlexGetDepthLabel(dmFault, &depthLabel)); in TestAssembly() 1193 …PetscCall(DMProjectBdFieldLabelLocal(dmFault, 0.0, depthLabel, 1, &id, PETSC_DETERMINE, NULL, locX… in TestAssembly() 1198 …PetscCall(DMProjectBdFieldLabelLocal(dmFault, 0.0, depthLabel, 1, &id, PETSC_DETERMINE, NULL, locX… in TestAssembly()
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 791 DMLabel depthLabel; in DMFieldComputeFaceData_DS() local 798 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMFieldComputeFaceData_DS() 799 PetscCall(DMLabelGetStratumIS(depthLabel, dim + 1, &cellIS)); in DMFieldComputeFaceData_DS()
|
| /petsc/include/petsc/private/ |
| H A D | dmimpl.h | 236 DMLabel depthLabel; /* Optimized access to depth label */ member
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 74 v->depthLabel = NULL; in DMCreate() 605 if (next->label == dm->depthLabel) dm->depthLabel = NULL; in DMDestroyLabelLinkList_Internal() 7343 if (flg) dm->depthLabel = label; in DMAddLabel() 7387 if (flg) dm->depthLabel = label; in DMSetLabel() 7435 if (hasLabel) dm->depthLabel = NULL; in DMRemoveLabel() 7481 if (*label == dm->depthLabel) dm->depthLabel = NULL; in DMRemoveLabelBySelf()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1188 DMLabel depthLabel, ctLabel; in DMPlexTopologyView_HDF5_XDMF_Private() local 1201 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel)); in DMPlexTopologyView_HDF5_XDMF_Private() 1211 PetscCall(DMLabelGetValue(depthLabel, pStart, &dep)); in DMPlexTopologyView_HDF5_XDMF_Private()
|