<div dir="ltr"><div><div><div><div>Hi Ken,<br><br></div>There are 2 options that sound kind of what you're looking for. The first is the Group Datasets filter which combines data sets into a multiblock data set. Just highlight the filters that you want to combine before selecting the Group Datasets filter. The advantage to this is that it is very cheap memory wise due to shallow-copying of data. It also doesn't have the requirement that they must be the same original data set or even contain the same fields.<br>
<br></div>The second option is to use the Append Datasets filter which turns all of your grouped data sets into a single unstructured grid and ignores and point or cell data that doesn't exist in all of the input grids. This has the advantage that it acts as a single "joined" data set but can be costly memory-wise, especially if any of your original grids are a structured grid.<br>
<br></div>Regards,<br>Andy<br><br></div>ps. Welcome to the mailing list!<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 31, 2014 at 7:00 PM, Ken Mankoff <span dir="ltr"><<a href="mailto:mankoff@gmail.com" target="_blank">mankoff@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Paraview newbie here. First time posting.<br>
<br>
I have multiple data sets and I think I would like to merge or join them<br>
to make the final product easier to work with.<br>
<br>
Specifically, I have two CSV files. One pipeline is load -> Delauny<br>
2D. The other CSV pipeline is just load. Then I would like apply "Warp<br>
by Scalar" to both, and select a colorbar and have that apply to both.<br>
<br>
I'll be bringing in other data that I would like to Warp by Scalar (the<br>
same scalar, so that everything has a better Z scale). But the other<br>
data will have its own colorbar, and further processing.<br>
<br>
Being a newbie I'm not even sure if "merge" or "join" are the correct<br>
keywords to use when searching for what I want to do. I've read the<br>
manual section on Manipulating the Pipeline.<br>
<a href="http://www.paraview.org/Wiki/ParaView/UsersGuide/Manipulating_the_Pipeline" target="_blank">http://www.paraview.org/Wiki/ParaView/UsersGuide/Manipulating_the_Pipeline</a><br>
I don't see an appropriate section to explore based on the ToC in the<br>
Paraview manual.<br>
<br>
Thanks for any guidance,<br>
<br>
  Ken Mankoff<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>