Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c312 PetscInt point1, point2, point3, point4; in PCBDDCGraphComputeConnectedComponents() local
393 point4 = point3; in PCBDDCGraphComputeConnectedComponents()
401 point4 = j; in PCBDDCGraphComputeConnectedComponents()
408 PetscCall(PetscBTSet(cornerp, shared[ns][point4])); in PCBDDCGraphComputeConnectedComponents()
419 …same[3] = (PetscBool)(same[3] && (PetscAbsReal(wdist[j * cdim + d] - wdist[point4 * cdim + d]) < P… in PCBDDCGraphComputeConnectedComponents()