Re: [Paraview] Visualizing large data set of 2-d+time point data

2011-07-25 Thread Murphy, John T.
Ken, Thanks very much for this. Over the weekend, armed with your advice and after some more digging on my own, I have pursued a solution involving xdmf. It is working pretty well in small tests. The main advantage is that I believe I will be able- pending a bit more progress- to output the

[Paraview] Applying Texture with Plugin

2011-07-25 Thread Brian C. Panneton (CONTR)
I am trying to make a simple plugin to automatically apply a texture to a plane source. I am looking at this code for reference: http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/TextureMapPlane So far I have figured out that I need to use a custom representation, but I have not figure

Re: [Paraview] plugin (pv-meshless) compilation issue

2011-07-25 Thread Dan Lussier
Thanks John - It is building find now. On 23-Jul-11, at 5:06 PM, Biddiscombe, John A. wrote: I've updated the master branch of pv-meshless to point to the 3.11 branch which you will need if you are using kitware head/master. Master was still on the release-3.10 branch - which builds against

[Paraview] best strategy for multi-block data?

2011-07-25 Thread j s
Hi, I am currently using the multiblock dataset (vtm file) format to have multiple unstructured regions (vtu files). Not all of the fields are available in all of the regions. When I try to use a calculator to calculate a field, I am getting errors for fields which don't exist in each region.

Re: [Paraview] best strategy for multi-block data?

2011-07-25 Thread Andy Bauer
I think the best way to proceed would be to use the extract blocks filter to extract all of the blocks that have the desired fields for your calculator. You may want to group the unstructured grids with the same field data into a vtkMultiPieceDataSet to make it easier to extract the blocks that

[Paraview] Possible issue with velocity interpolator class

2011-07-25 Thread Sohail Shafii
Hi, I've been developer a vortex core tracer, which is basically a customized version of vtkStreamTracer.  I use the interpolation code quite heavily in the class, in this test case I use the point interpolator (i.e. vtkInterpolatedVelocityField class). Now in one part of the code, I've