Home
last modified time | relevance | path

Searched refs:point1 (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
334 point1 = fst; in PCBDDCGraphComputeConnectedComponents()
342 point1 = j; in PCBDDCGraphComputeConnectedComponents()
347 anchor = wdist + point1 * cdim; in PCBDDCGraphComputeConnectedComponents()
349 point2 = point1; in PCBDDCGraphComputeConnectedComponents()
366 …for (d = 0; d < cdim; d++) a += (wdist[point1 * cdim + d] - wdist[point2 * cdim + d]) * (wdist[poi… in PCBDDCGraphComputeConnectedComponents()
374 …b += (wdist[point1 * cdim + d] - wdist[j * cdim + d]) * (wdist[point1 * cdim + d] - wdist[j * cdim… in PCBDDCGraphComputeConnectedComponents()
397 …if (PetscUnlikely(PetscBTLookup(excluded, j)) || j == point1 || j == point2 || j == point3) contin… in PCBDDCGraphComputeConnectedComponents()
405 PetscCall(PetscBTSet(cornerp, shared[ns][point1])); in PCBDDCGraphComputeConnectedComponents()
416 …same[0] = (PetscBool)(same[0] && (PetscAbsReal(wdist[j * cdim + d] - wdist[point1 * cdim + d]) < P… in PCBDDCGraphComputeConnectedComponents()