Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c995 if (graph->multi_element) PetscCall(PetscMalloc1(graph->ncc, &graph->gsubset_size)); in PCBDDCGraphSetUp()
996 else graph->gsubset_size = graph->subset_size; in PCBDDCGraphSetUp()
1015 graph->gsubset_size[j] = c; in PCBDDCGraphSetUp()
1059 PetscCall(PetscSFGatherBegin(graph->interface_ref_sf, MPIU_INT, graph->gsubset_size, rdata)); in PCBDDCGraphSetUp()
1060 PetscCall(PetscSFGatherEnd(graph->interface_ref_sf, MPIU_INT, graph->gsubset_size, rdata)); in PCBDDCGraphSetUp()
1082 …PetscCall(PetscSFReduceBegin(graph->interface_ref_sf, MPIU_INT, graph->gsubset_size, graph->interf… in PCBDDCGraphSetUp()
1083 …PetscCall(PetscSFReduceEnd(graph->interface_ref_sf, MPIU_INT, graph->gsubset_size, graph->interfac… in PCBDDCGraphSetUp()
1108 const PetscInt gsubset_size = graph->gsubset_size[i]; in PCBDDCGraphSetUp() local
1116 …= gsubset_size, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid local subset %" PetscInt_FMT " size %" P… in PCBDDCGraphSetUp()
1128 PetscCall(PetscFindInt(lsub_queue_global[k], gsubset_size, queue_global_uniq, &ig)); in PCBDDCGraphSetUp()
[all …]
/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h55 PetscInt *gsubset_size; member