Searched refs:which_dof (Results 1 – 4 of 4) sorted by relevance
9 hash = PetscHashCombine(PetscHashInt(node->count), PetscHashInt(node->which_dof)); in PCBDDCGraphNodeHash()22 if (a->which_dof != b->which_dof) return 0; in PCBDDCGraphNodeEqual()
17 PetscInt which_dof; member
94 …erASCIISynchronizedPrintf(viewer, " which_dof: %" PetscInt_FMT "\n", graph->nodes[i].which_dof)); in PCBDDCGraphASCIIView()138 …tscInt_FMT ", neighs:", i, graph->cptr[i + 1] - graph->cptr[i], graph->nodes[node_num].which_dof)); in PCBDDCGraphASCIIView()851 …for (i = 0; i < nvtxs; i++) graph->nodes[i].which_dof = k; /* by default a dof belongs to the comp… in PCBDDCGraphSetUp()865 graph->nodes[is_indices[jj]].which_dof = k + b; in PCBDDCGraphSetUp()1235 for (n = 0; n < graph->nvtxs; n++) graph->nodes[n].which_dof = -1; in PCBDDCGraphInit()
3585 … = 0, c = pcbddc->mat_graph->nodes[idxs[0]].count, w = pcbddc->mat_graph->nodes[idxs[0]].which_dof; in PCBDDCAdaptiveSelection()