Searched refs:valB (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 2039 PetscInt supportSize, valA, valB; in CheckFaultEdge_Private() local 2045 PetscCall(DMLabelGetValue(label, support[1], &valB)); in CheckFaultEdge_Private() 2046 if ((valA == -1) || (valB == -1)) continue; in CheckFaultEdge_Private() 2047 if (valA * valB > 0) continue; in CheckFaultEdge_Private() 2064 …tscInt_FMT ", %" PetscInt_FMT ":%" PetscInt_FMT ")\n", point, support[0], valA, support[1], valB)); in CheckFaultEdge_Private() 2258 PetscInt coneSize, supportSize, s, valA, valB, valE; in DMPlexLabelCohesiveComplete() local 2275 PetscCall(DMLabelGetValue(blabel, cone[1], &valB)); in DMPlexLabelCohesiveComplete() 2277 …if (valE < 0 && valA >= 0 && valB >= 0 && cone[0] != cone[1]) PetscCall(DMLabelSetValue(blabel, su… in DMPlexLabelCohesiveComplete()
|