Lines Matching refs:ghostLabel
4095 DMLabel ghostLabel; in DMPlexGetFaceFields() local
4129 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexGetFaceFields()
4150 PetscCall(DMLabelGetValue(ghostLabel, face, &ghost)); in DMPlexGetFaceFields()
4284 DMLabel ghostLabel; in DMPlexGetFaceGeometry() local
4295 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexGetFaceGeometry()
4310 PetscCall(DMLabelGetValue(ghostLabel, face, &ghost)); in DMPlexGetFaceGeometry()
4394 DMLabel ghostLabel = NULL; in DMPlexComputeResidual_Patch_Internal() local
4415 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexComputeResidual_Patch_Internal()
4544 if (ghostLabel) { in DMPlexComputeResidual_Patch_Internal()
4547 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidual_Patch_Internal()
4574 if (ghostLabel) { in DMPlexComputeResidual_Patch_Internal()
4577 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidual_Patch_Internal()
5181 DMLabel ghostLabel = NULL; in DMPlexComputeResidualByKey() local
5211 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexComputeResidualByKey()
5355 if (ghostLabel) { in DMPlexComputeResidualByKey()
5358 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidualByKey()
5388 PetscCall(DMLabelGetValue(ghostLabel, face, &ghost)); in DMPlexComputeResidualByKey()
5393 PetscCall(DMLabelGetValue(ghostLabel, scells[0], &ghost)); in DMPlexComputeResidualByKey()
5395 PetscCall(DMLabelGetValue(ghostLabel, scells[1], &ghost)); in DMPlexComputeResidualByKey()
5434 if (ghostLabel) { in DMPlexComputeResidualByKey()
5437 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidualByKey()
5560 DMLabel ghostLabel = NULL; in DMPlexComputeResidualHybridByKey() local
5600 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexComputeResidualHybridByKey()
5826 if (ghostLabel) { in DMPlexComputeResidualHybridByKey()
5829 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidualHybridByKey()
6636 DMLabel ghostLabel = NULL; in DMPlexComputeJacobianHybridByKey() local
6681 PetscCall(DMGetLabel(dm, "ghost", &ghostLabel)); in DMPlexComputeJacobianHybridByKey()