Home
last modified time | relevance | path

Searched refs:ghostVal (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfem.c4545 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
[all …]