Searched refs:start_dof (Results 1 – 2 of 2) sorted by relevance
587 const PetscInt start_dof = queue_tip[i]; in PCBDDCGraphComputeCC_Private() local590 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() local619 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()
2231 PetscInt start_dof = queue_tip[i]; in PCBDDCAdjGetNextLayer_Private() local2232 for (j = xadj[start_dof]; j < xadj[start_dof + 1]; j++) { in PCBDDCAdjGetNextLayer_Private()