Lines Matching refs:ghostLabel
2972 DMLabel ghostLabel; in DMPlexComputeGeometryFVM() local
3017 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexComputeGeometryFVM()
3025 if (ghostLabel) PetscCall(DMLabelGetValue(ghostLabel, f, &ghost)); in DMPlexComputeGeometryFVM()
3205 DMLabel ghostLabel; in BuildGradientReconstruction_Internal() local
3216 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in BuildGradientReconstruction_Internal()
3226 PetscCall(DMLabelGetValue(ghostLabel, c, &ghost)); in BuildGradientReconstruction_Internal()
3239 PetscCall(DMLabelGetValue(ghostLabel, faces[f], &ghost)); in BuildGradientReconstruction_Internal()
3253 PetscCall(DMLabelGetValue(ghostLabel, faces[f], &ghost)); in BuildGradientReconstruction_Internal()
3266 DMLabel ghostLabel; in BuildGradientReconstruction_Internal_Tree() local
3281 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in BuildGradientReconstruction_Internal_Tree()
3288 if (ghostLabel) PetscCall(DMLabelGetValue(ghostLabel, f, &ghost)); in BuildGradientReconstruction_Internal_Tree()
3315 if (ghostLabel) PetscCall(DMLabelGetValue(ghostLabel, f, &ghost)); in BuildGradientReconstruction_Internal_Tree()
3345 if (ghostLabel) PetscCall(DMLabelGetValue(ghostLabel, c, &ghost)); in BuildGradientReconstruction_Internal_Tree()