Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c216 PetscInt repdof = graph->queue[graph->cptr[i]]; in PCBDDCGraphGetCandidatesIS() local
217 …if (graph->cptr[i + 1] - graph->cptr[i] > graph->custom_minimal_size && graph->nodes[repdof].count… in PCBDDCGraphGetCandidatesIS()
218 …if (!graph->twodim && graph->nodes[repdof].count == 2 && graph->nodes[repdof].special_dof != PCBDD… in PCBDDCGraphGetCandidatesIS()
556 PetscInt repdof = graph->queue[graph->cptr[i]]; in PCBDDCGraphComputeConnectedComponents() local
558 if (graph->nodes[repdof].count > 2 && ccsize > graph->custom_minimal_size) { in PCBDDCGraphComputeConnectedComponents()