Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c431 for (PetscInt i = 0; i < graph->n_subsets && !adapt_interface; i++) { in PCBDDCGraphComputeConnectedComponents()
688 for (PetscInt n = 0; n < graph->n_subsets; n++) { in PCBDDCGraphComputeConnectedComponentsLocal()
988 graph->n_subsets = graph->ncc; in PCBDDCGraphSetUp()
989 PetscCall(PetscMalloc1(graph->n_subsets, &graph->subset_ncc)); in PCBDDCGraphSetUp()
990 for (i = 0; i < graph->n_subsets; i++) graph->subset_ncc[i] = 1; in PCBDDCGraphSetUp()
1041 …PetscCall(ISCreateGeneral(comm, graph->n_subsets, graph->subset_ref_node, PETSC_USE_POINTER, &subs… in PCBDDCGraphSetUp()
1048 …PetscCall(PetscSFSetGraphLayout(graph->interface_ref_sf, map, graph->n_subsets, NULL, PETSC_OWN_PO… in PCBDDCGraphSetUp()
1076 for (PetscInt i = 0; i < graph->n_subsets; i++) mss = PetscMax(graph->subset_size[i], mss); in PCBDDCGraphSetUp()
1079 PetscCall(PetscCalloc1(graph->n_subsets + 1, &start_rsize)); in PCBDDCGraphSetUp()
1104 for (PetscInt i = 0, nli = 0; i < graph->n_subsets; i++) { in PCBDDCGraphSetUp()
[all …]
/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h50 PetscInt n_subsets; member