| 150 | } |
| 151 | |
| 152 | void reportModelTree(vtkPartitionedDataSetCollection* pdc) |
| 153 | { |
| 154 | vtkIndent indent(4); |
| 155 | auto* da = pdc->GetDataAssembly(); |
| 156 | int nodeId = 0; |
| 157 | reportNode(pdc, da, 0, indent); |
| 158 | } |
| 159 | |
| 160 | void reportRanks(const std::string& msg, vtkPartitionedDataSetCollection* pdc, |
| 161 | vtkMultiProcessController* controller) |
no test coverage detected