Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcbddcgraphhashmap.h9 hash = PetscHashCombine(PetscHashInt(node->count), PetscHashInt(node->which_dof)); in PCBDDCGraphNodeHash()
22 if (a->which_dof != b->which_dof) return 0; in PCBDDCGraphNodeEqual()
H A Dpcbddcstructsimpl.h17 PetscInt which_dof; member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c94 …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()
H A Dbddcprivate.c3585 … = 0, c = pcbddc->mat_graph->nodes[idxs[0]].count, w = pcbddc->mat_graph->nodes[idxs[0]].which_dof; in PCBDDCAdaptiveSelection()