Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcbddcgraphhashmap.h14 … node->local_groups_count; i++) hash = PetscHashCombine(hash, PetscHashInt(node->local_groups[i])); in PCBDDCGraphNodeHash()
31 …else PetscCallContinue(PetscArraycmp(a->local_groups, b->local_groups, a->local_groups_count, &sam… in PCBDDCGraphNodeEqual()
H A Dpcbddcstructsimpl.h24 PetscInt *local_groups; member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c109 …ll(PetscViewerASCIISynchronizedPrintf(viewer, " %" PetscInt_FMT, graph->nodes[i].local_groups[j])); in PCBDDCGraphASCIIView()
830 PetscCall(PetscMalloc1(c, &graph->nodes[i].local_groups)); in PCBDDCGraphSetUp()
831 for (j = 0; j < c; j++) graph->nodes[i].local_groups[j] = multi_root_subs[start[gid] + j]; in PCBDDCGraphSetUp()
832 PetscCall(PetscSortInt(c, graph->nodes[i].local_groups)); in PCBDDCGraphSetUp()
1187 PetscCall(PetscFree(graph->nodes[i].local_groups)); in PCBDDCGraphReset()