Searched refs:seq_graph (Results 1 – 3 of 3) sorted by relevance
80 …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()
2547 …graph->seq_graph = PETSC_TRUE; /* analyze local connected components (i.e. disconnected subdomains… in PCBDDCDetectDisconnectedComponents()
42 PetscBool seq_graph; member