Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c587 const PetscInt start_dof = queue_tip[i]; in PCBDDCGraphComputeCC_Private() local
590 if (xadj[start_dof + 1] - xadj[start_dof] == 1 && adjncy[xadj[start_dof]] < 0) { in PCBDDCGraphComputeCC_Private()
601 for (j = xadj[start_dof]; j < xadj[start_dof + 1]; j++) { in PCBDDCGraphComputeCC_Private()
616 const PetscInt start_dof = queue_tip[i]; in PCBDDCGraphComputeCC_Private() local
619 if (xadj[start_dof + 1] - xadj[start_dof] == 1 && adjncy[xadj[start_dof]] < 0) { in PCBDDCGraphComputeCC_Private()
630 for (j = xadj[start_dof]; j < xadj[start_dof + 1]; j++) { in PCBDDCGraphComputeCC_Private()
H A Dbddcschurs.c2231 PetscInt start_dof = queue_tip[i]; in PCBDDCAdjGetNextLayer_Private() local
2232 for (j = xadj[start_dof]; j < xadj[start_dof + 1]; j++) { in PCBDDCAdjGetNextLayer_Private()