Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c80 …if (!viewer) PetscCall(PetscViewerASCIIGetStdout(graph->seq_graph ? PETSC_COMM_SELF : PetscObjectC… in PCBDDCGraphASCIIView()
85 …intf(viewer, "Local BDDC graph for subdomain %04d (seq %d)\n", PetscGlobalRank, graph->seq_graph)); in PCBDDCGraphASCIIView()
295 if (graph->seq_graph) PetscFunctionReturn(PETSC_SUCCESS); in PCBDDCGraphComputeConnectedComponents()
679 if (!graph->seq_graph) { in PCBDDCGraphComputeConnectedComponentsLocal()
774 if (!graph->seq_graph) { in PCBDDCGraphSetUp()
891 if (!graph->seq_graph) { /* dirichlet nodes treated as internal */ in PCBDDCGraphSetUp()
915 if (!graph->seq_graph) { in PCBDDCGraphSetUp()
944 if (graph->seq_graph) { in PCBDDCGraphSetUp()
1031 if (!graph->seq_graph) { in PCBDDCGraphSetUp()
1210 graph->seq_graph = PETSC_FALSE; in PCBDDCGraphReset()
H A Dbddcprivate.c2547 …graph->seq_graph = PETSC_TRUE; /* analyze local connected components (i.e. disconnected subdomains… in PCBDDCDetectDisconnectedComponents()
/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h42 PetscBool seq_graph; member