Re: [Paraview] netcdf

2017-05-15 Thread Moreland, Kenneth
Rupert, As Aashish said, it might be easier to diagnose the issue if you sent us a file. But if your file is not following the CF or COARDS convention, then the reader will simply interpret the arrays in the file as uniform grids with spacing of 1. This is not likely to conform with the

Re: [Paraview] gpu_shader4 extension is not supported

2017-05-15 Thread Burlen Loring
Hi Patrick, Your output shows you enabled some gpu specific drivers, and GLX. I think that is going to screw things up for you. Best to disable all of them but the ones you specifically need and to explicitly disable glx. Here is how I configured OSMesa for a Cray

Re: [Paraview] Integration points visualization

2017-05-15 Thread David E DeMarle
Try Table to Points filter and use the "X Column" "Y Column" and "Z Column" properties to match up specific columns to the X, Y and Z point coordinates. David E DeMarle Kitware, Inc. Principal Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Sun, May 14, 2017 at

[Paraview] integration point visualization (2)

2017-05-15 Thread Li, Teng
Hi, As you can see, I only need to plot the value in the column point1 for all the integration points. Do you know how to visualize all these values by changing the CSV file to VTK file? Best, Teng Teng Li Master Candidate in Structures Department of Civil and Environmental Engineering

[Paraview] integration point visualization

2017-05-15 Thread Li, Teng
Hi, I have a question about integration points visualization. I have a vtk file which stores 3 components of each element in the domain: Sigma_xx, Sigma_yy, Sigma_xy. However, I need to do some complicated calculation by using these three components and then obtain a new number. So I first save

Re: [Paraview] netcdf

2017-05-15 Thread Aashish Chaudhary
Rupert, Would it be possible for you to send us a sample file and what the list of VARS you expect to see in the paraview? Thanks, On Mon, May 15, 2017 at 3:37 AM Rupert Gladstone < rupertgladstone1...@gmail.com> wrote: > > Hi, I have a question about netcdf formats. I am developing a

Re: [Paraview] netcdf

2017-05-15 Thread Samuel Key
Rupert, I can't help you with netcdf files/formats. However, the following two items could be of help. (1) ParaView has a Transform filter that will translate and/or scale and/or rotate your datum set. (2) In the coordinate 3-tuple (x,y,z). if all of your z-values are zero, then PV will

Re: [Paraview] gpu_shader4 extension is not supported

2017-05-15 Thread Patrick Begou
Hi Chuck, Hi Burlen Thanks for your reply. I've attached the setup of my mesa installation. I have more options enabled in my config than in yours. May be too much as this frontend has no GPU available. I'll try a setup with -DVTK_USE_X=OFF as Burlen suggest, but is it possible to build

[Paraview] netcdf

2017-05-15 Thread Rupert Gladstone
Hi, I have a question about netcdf formats. I am developing a coupled ice sheet - ocean model. Currently both models run in the same cartesian coordinate system. The ice model outputs unstructured .vtu files, which paraview reads just fine. The ocean model outputs structured netcdf files. If