Re: [Paraview] [Non-DoD Source] color mapping of XDMF and HDF5 file is not shown

2016-12-21 Thread Seong Mo Yeon
I have tested color map problem a little. Problem is due to the field value at initial time. Initial value of field of the time series is zero. I guess the behavior for the zero field is dependent on os. In MS windows, mapping data is visible in color map editor but in Linux mapping data for the

[Paraview] moving streamlines with flow

2016-12-21 Thread Jan Deca
Hello, I am running simulations of magnetized plasma flow through a computational domain. In the simulation the magnetic field lines are moving with the flow. When generating an animation over different time steps (frames), however, the streamtracer uses the same seeds for each frame, and

Re: [Paraview] [vtkusers] vtk.vtkDistributedDataFilter() not works

2016-12-21 Thread Cory Quammen
Magician, I am transitioning this thread over to the ParaView users mailing list as you are using pvpython, and this is actually simpler to do using the paraview.simple module rather than with VTK directly. What you are trying to do is not going to work with pvpython. pvpython is a client that

Re: [Paraview] [Non-DoD Source] color mapping of XDMF and HDF5 file is not shown

2016-12-21 Thread Burns, Andrew J CTR USARMY RDECOM ARL (US)
Looked into this. There are two errors going on. 1: The type should be "Float" not "Double" Xdmf defines double as float with precision 8. 2: There is an order of operations error in the handling of the X_Y_Z type. We'll put a fix for it into the next Xdmf3 reader. -Andrew Burns

[Paraview] plugins with 5.2

2016-12-21 Thread Burlen Loring
After upgrading to 5.2 my plugin is not compiling. When I configure the plugin I see a few pages of the following: CMake Warning (dev) at io/CMakeLists.txt:54 (add_library): Policy CMP0028 is not set: Double colon in target name means ALIAS or IMPORTED target. Run "cmake

Re: [Paraview] ... not yet supported for more than 2147483647 bytes.

2016-12-21 Thread Berk Geveci
Besides what others said here, I am curious why ParaView is trying to move > 2 GB over MPI. This wouldn't normally happen unless it was trying to gather and deliver the entire dataset to the client. Which in itself would be a problem with data this size. What operation leads to this error? On