Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcbddcgraphhashmap.h12 hash = PetscHashCombine(hash, PetscHashInt(node->local_groups_count)); in PCBDDCGraphNodeHash()
14 …for (PetscInt i = 0; i < node->local_groups_count; i++) hash = PetscHashCombine(hash, PetscHashInt… in PCBDDCGraphNodeHash()
30 if (a->local_groups_count != b->local_groups_count) same_set = PETSC_FALSE; in PCBDDCGraphNodeEqual()
31 …else PetscCallContinue(PetscArraycmp(a->local_groups, b->local_groups, a->local_groups_count, &sam… in PCBDDCGraphNodeEqual()
H A Dpcbddcstructsimpl.h23 PetscInt local_groups_count; member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c105 …ntf(viewer, " number of local groups: %" PetscInt_FMT "\n", graph->nodes[i].local_groups_count)); in PCBDDCGraphASCIIView()
107 if (graph->nodes[i].local_groups_count) { in PCBDDCGraphASCIIView()
109 …for (j = 0; j < graph->nodes[i].local_groups_count; j++) PetscCall(PetscViewerASCIISynchronizedPri… in PCBDDCGraphASCIIView()
833 graph->nodes[i].local_groups_count = c; in PCBDDCGraphSetUp()