Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c688 PetscInt start_dof = queue_tip[i]; in PCBDDCGraphComputeCC_Private() local
690 if (xadj[start_dof+1]-xadj[start_dof] == 1 && adjncy[xadj[start_dof]] < 0) { in PCBDDCGraphComputeCC_Private()
700 for (j=xadj[start_dof];j<xadj[start_dof+1];j++) { in PCBDDCGraphComputeCC_Private()
713 PetscInt start_dof = queue_tip[i]; in PCBDDCGraphComputeCC_Private() local
715 if (xadj[start_dof+1]-xadj[start_dof] == 1 && adjncy[xadj[start_dof]] < 0) { in PCBDDCGraphComputeCC_Private()
725 for (j=xadj[start_dof];j<xadj[start_dof+1];j++) { in PCBDDCGraphComputeCC_Private()
H A Dbddcschurs.c2041 PetscInt start_dof = queue_tip[i]; in PCBDDCAdjGetNextLayer_Private() local
2042 for (j=xadj[start_dof];j<xadj[start_dof+1];j++) { in PCBDDCAdjGetNextLayer_Private()