Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c734 PetscInt i, j, k, nodes_touched, is_size, nvtxs = graph->nvtxs; in PCBDDCGraphSetUp() local
939 nodes_touched = 0; in PCBDDCGraphSetUp()
941 if (graph->nodes[i].touched) nodes_touched++; in PCBDDCGraphSetUp()
947 PetscInt nused = nvtxs - nodes_touched; in PCBDDCGraphSetUp()