Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcbddcimpl.h108 PetscInt graphmaxcount; member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c71 …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 Dbddcprivate.c7564 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()