Searched refs:custom_minimal_size (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 88 …SynchronizedPrintf(viewer, "Custom minimal size %" PetscInt_FMT "\n", graph->custom_minimal_size)); in PCBDDCGraphASCIIView() 217 …if (graph->cptr[i + 1] - graph->cptr[i] > graph->custom_minimal_size && graph->nodes[repdof].count… in PCBDDCGraphGetCandidatesIS() 558 if (graph->nodes[repdof].count > 2 && ccsize > graph->custom_minimal_size) { in PCBDDCGraphComputeConnectedComponents() 727 PetscErrorCode PCBDDCGraphSetUp(PCBDDCGraph graph, PetscInt custom_minimal_size, IS neumann_is, IS … in PCBDDCGraphSetUp() argument 738 PetscValidLogicalCollectiveInt(graph->l2gmap, custom_minimal_size, 2); in PCBDDCGraphSetUp() 765 graph->custom_minimal_size = custom_minimal_size; in PCBDDCGraphSetUp() 1207 graph->custom_minimal_size = 1; in PCBDDCGraphReset() 1261 new_graph->custom_minimal_size = 1; in PCBDDCGraphCreate()
|
| H A D | bddcprivate.c | 6975 if (size_of_constraint == 1 && pcbddc->mat_graph->custom_minimal_size) { in PCBDDCConstraintsSetUp() 9552 …PetscCall(PCBDDCGraphSetUp(graph, pcbddc->mat_graph->custom_minimal_size, NULL, pcbddc->DirichletB… in PCBDDCInitSubSchurs()
|
| /petsc/include/petsc/private/ |
| H A D | pcbddcstructsimpl.h | 35 PetscInt custom_minimal_size; member
|