Lines Matching refs:ghostVal
4545 PetscInt ghostVal; in DMPlexComputeResidual_Patch_Internal() local
4547 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidual_Patch_Internal()
4548 if (ghostVal > 0) continue; in DMPlexComputeResidual_Patch_Internal()
4575 PetscInt ghostVal; in DMPlexComputeResidual_Patch_Internal() local
4577 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidual_Patch_Internal()
4578 if (ghostVal > 0) continue; in DMPlexComputeResidual_Patch_Internal()
5356 PetscInt ghostVal; in DMPlexComputeResidualByKey() local
5358 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidualByKey()
5359 if (ghostVal > 0) continue; in DMPlexComputeResidualByKey()
5435 PetscInt ghostVal; in DMPlexComputeResidualByKey() local
5437 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidualByKey()
5438 if (ghostVal > 0) continue; in DMPlexComputeResidualByKey()
5827 PetscInt ghostVal; in DMPlexComputeResidualHybridByKey() local
5829 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidualHybridByKey()
5830 if (ghostVal > 0) continue; in DMPlexComputeResidualHybridByKey()