Searched refs:ghostVal (Results 1 – 1 of 1) sorted by relevance
4545 PetscInt ghostVal; in DMPlexComputeResidual_Patch_Internal() local4547 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() local4577 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidual_Patch_Internal()4578 if (ghostVal > 0) continue; in DMPlexComputeResidual_Patch_Internal()5356 PetscInt ghostVal; in DMPlexComputeResidualByKey() local5358 PetscCall(DMLabelGetValue(ghostLabel, cell, &ghostVal)); in DMPlexComputeResidualByKey()5359 if (ghostVal > 0) continue; in DMPlexComputeResidualByKey()5435 PetscInt ghostVal; in DMPlexComputeResidualByKey() local[all …]