Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c136 PetscInt node_num = graph->queue[graph->cptr[i]]; in PCBDDCGraphASCIIView() local
138 …tscInt_FMT ", neighs:", i, graph->cptr[i + 1] - graph->cptr[i], graph->nodes[node_num].which_dof)); in PCBDDCGraphASCIIView()
140 …; j < graph->nodes[node_num].count; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %"… in PCBDDCGraphASCIIView()
143 …2 || graph->twodim || graph->nodes[node_num].count > 2 || (graph->nodes[node_num].count == 2 && gr… in PCBDDCGraphASCIIView()