Lines Matching refs:PetscViewerASCIISynchronizedPrintf
85 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Local BDDC graph for subdomain %04d (seq %d)… in PCBDDCGraphASCIIView()
86 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Number of vertices %" PetscInt_FMT "\n", gra… in PCBDDCGraphASCIIView()
87 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Number of local subdomains %" PetscInt_FMT "… in PCBDDCGraphASCIIView()
88 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Custom minimal size %" PetscInt_FMT "\n", gr… in PCBDDCGraphASCIIView()
89 …if (graph->maxcount != PETSC_INT_MAX) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Max co… in PCBDDCGraphASCIIView()
90 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Topological two dim? %s (set %s)\n", PetscBo… in PCBDDCGraphASCIIView()
93 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "%" PetscInt_FMT ":\n", i)); in PCBDDCGraphASCIIView()
94 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " which_dof: %" PetscInt_FMT "\n", graph->n… in PCBDDCGraphASCIIView()
95 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " special_dof: %" PetscInt_FMT "\n", graph-… in PCBDDCGraphASCIIView()
96 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " shared by: %" PetscInt_FMT "\n", graph->n… in PCBDDCGraphASCIIView()
99 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " set of neighbours:")); in PCBDDCGraphASCIIView()
100 …for (j = 0; j < graph->nodes[i].count; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "… in PCBDDCGraphASCIIView()
101 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PCBDDCGraphASCIIView()
105 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " number of local groups: %" PetscInt_FMT "… in PCBDDCGraphASCIIView()
108 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " groups:")); in PCBDDCGraphASCIIView()
109 … 0; j < graph->nodes[i].local_groups_count; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(view… in PCBDDCGraphASCIIView()
110 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PCBDDCGraphASCIIView()
117 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " local adj list:")); in PCBDDCGraphASCIIView()
119 …j = graph->xadj[i]; j < graph->xadj[i + 1]; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(view… in PCBDDCGraphASCIIView()
120 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PCBDDCGraphASCIIView()
124 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " no adj info\n")); in PCBDDCGraphASCIIView()
127 …if (graph->n_local_subs) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " local sub id: %"… in PCBDDCGraphASCIIView()
128 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " interface subset id: %" PetscInt_FMT "\n"… in PCBDDCGraphASCIIView()
129 …if (graph->nodes[i].subset && graph->subset_ncc) PetscCall(PetscViewerASCIISynchronizedPrintf(view… in PCBDDCGraphASCIIView()
132 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "Total number of connected components %" Pets… in PCBDDCGraphASCIIView()
138 …PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " cc %" PetscInt_FMT " (size %" PetscInt_FMT… in PCBDDCGraphASCIIView()
140 …for (j = 0; j < graph->nodes[node_num].count; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(vi… in PCBDDCGraphASCIIView()
142 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "):")); in PCBDDCGraphASCIIView()
145 …j = graph->cptr[i]; j < graph->cptr[i + 1]; j++) PetscCall(PetscViewerASCIISynchronizedPrintf(view… in PCBDDCGraphASCIIView()
148 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, ")")); in PCBDDCGraphASCIIView()
150 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PCBDDCGraphASCIIView()