Lines Matching refs:depthLabel
131 DMLabel depthLabel, ctLabel;
147 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel));
156 PetscCall(DMLabelGetValue(depthLabel, cStart, &dep));
911 DMLabel depthLabel, celltypeLabel;
920 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel));
943 PetscCall(DMLabelGetValue(depthLabel, point, &depth));
5387 . depthLabel - The `DMLabel` recording point depth
5393 PetscErrorCode DMPlexGetDepthLabel(DM dm, DMLabel *depthLabel)
5397 PetscAssertPointer(depthLabel, 2);
5398 *depthLabel = dm->depthLabel;
5572 PetscCall(DMLabelGetValue(dm->depthLabel, point, depth));
5599 PetscCall(DMLabelGetNumValues(dm->depthLabel, &n));
5600 PetscCall(DMLabelGetValue(dm->depthLabel, point, &pDepth));
6321 label = dm->depthLabel;
6790 DMLabel depthLabel;
6805 PetscCall(DMPlexGetDepthLabel(dm, &depthLabel));
6823 PetscCall(DMLabelGetValue(depthLabel, points[p], &dep));