Home
last modified time | relevance | path

Searched refs:point2 (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
349 point2 = point1; in PCBDDCGraphComputeConnectedComponents()
357 point2 = j; in PCBDDCGraphComputeConnectedComponents()
362 point3 = point2; in PCBDDCGraphComputeConnectedComponents()
366 … d++) a += (wdist[point1 * cdim + d] - wdist[point2 * cdim + d]) * (wdist[point1 * cdim + d] - wdi… in PCBDDCGraphComputeConnectedComponents()
375 …c += (wdist[point2 * cdim + d] - wdist[j * cdim + d]) * (wdist[point2 * cdim + d] - wdist[j * cdim… in PCBDDCGraphComputeConnectedComponents()
397 …if (PetscUnlikely(PetscBTLookup(excluded, j)) || j == point1 || j == point2 || j == point3) contin… in PCBDDCGraphComputeConnectedComponents()
406 PetscCall(PetscBTSet(cornerp, shared[ns][point2])); in PCBDDCGraphComputeConnectedComponents()
417 …same[1] = (PetscBool)(same[1] && (PetscAbsReal(wdist[j * cdim + d] - wdist[point2 * cdim + d]) < P… in PCBDDCGraphComputeConnectedComponents()