You should use CollectMultiGrid not Collect. You should also add an invalid positions component if the grids overlap to identify which subgrids to use or not to use in those overlap regions.
Use Statistics on the group and pass the min and max to Colormap and pass the output colormap to Colorbar. Ted Sariyski <[EMAIL PROTECTED]>@opendx.watson.ibm.com on 06/11/2001 10:33:06 AM Please respond to [email protected] Sent by: [EMAIL PROTECTED] To: [email protected] cc: Subject: [opendx-users] How to recombine several subgrids into a single grid? Hi, I use OpenDX to visualize the output from CRAFT CFD code running on a linux cluster. To be able to see how the solution converge/evolve I wrote a filter that reads the intermediate output from each process that works on a subdomain of the total grid and Collect them in a "single" set of fields: process1: Import -> Select -> | process2: Import -> Select -> | ... | -> Collect -> data ... process9: Import -> Select -> | I can see the subfields recombined by OpenDX as a single field over the whole grid. The problem I have is that ColorBar still remember that data are actually a group of subgrids and complains: "colormap must be a field, not a group". How can I recombine several subgrids into a single grid? Thanks in advance, Ted
