Searched refs:graphmaxcount (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | pcbddcimpl.h | 108 PetscInt graphmaxcount; member
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddc.c | 71 …ed subdomains for a connected component", "none", pcbddc->graphmaxcount, &pcbddc->graphmaxcount, N… in PCSetFromOptions_BDDC() 148 …pcbddc->graphmaxcount != PETSC_INT_MAX) PetscCall(PetscViewerASCIIPrintf(viewer, " Graph max coun… in PCView_BDDC() 2045 pcbddc->graphmaxcount = PETSC_INT_MAX; in PCReset_BDDC() 2835 pcbddc->graphmaxcount = PETSC_INT_MAX; in PCCreate_BDDC()
|
| H A D | bddcprivate.c | 7564 PetscCall(PCBDDCGraphInit(pcbddc->mat_graph, map, N, pcbddc->graphmaxcount)); in PCBDDCAnalyzeInterface() 9551 …aphInit(graph, pcbddc->mat_graph->l2gmap, pcbddc->mat_graph->nvtxs_global, pcbddc->graphmaxcount)); in PCBDDCInitSubSchurs()
|