Re: [Paraview] structured to unstructured when using multiblocks filter

2018-03-20 Thread Andy Bauer
tu.edu.tr> > *Cc: *"paraview" <parav...@paraview.org> > *Sent: *Monday, March 19, 2018 3:51:51 PM > *Subject: *Re: [Paraview] structured to unstructured when using > multiblocks filter > > Hi Ufuk, > > It looks like you're already using multi-channel input a

Re: [Paraview] structured to unstructured when using multiblocks filter

2018-03-19 Thread Andy Bauer
Hi Ufuk, It looks like you're already using multi-channel input as you're adding since you have " g_coprocessorData->AddInput(strarr[i]); " unless that's always just called once. We're just trying to clarify the "inputs" by naming them channels -- I'm not sure it makes it easier to understand but

Re: [Paraview] structured to unstructured when using multiblocks filter

2018-03-19 Thread Andy Bauer
Hi Ufuk, Currently a multipiece data set always has to be nested under a multiblock dataset. This definitely seems like an unreasonable limitation on a structured grid under a multipiece dataset but I suspect we just haven't had the resources to put into making this work properly. My suggestion

[Paraview] structured to unstructured when using multiblocks filter

2018-03-18 Thread Ufuk Turuncoglu
Hi, I am using MPI parallel code under Catalyst co-processing. In this case, i am defining data by creating multi-block dataset and putting multi-piece dataset into the first block (0). In this case, each piece is defined as structured grid. The problem is that, to create volume rendering, i