Searched refs:repdof (Results 1 – 1 of 1) sorted by relevance
216 PetscInt repdof = graph->queue[graph->cptr[i]]; in PCBDDCGraphGetCandidatesIS() local217 …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() local558 if (graph->nodes[repdof].count > 2 && ccsize > graph->custom_minimal_size) { in PCBDDCGraphComputeConnectedComponents()