[Paraview] from matlab to paraview

2017-12-07 Thread Doina Gumeniuc (224252 MAHS)
Hi all! I have created a vtk file in matlab and I would like to export it to paraview. I need a script/function which would load this vtk file from matlab to paraview. I would really appreciate if any of you could share some hints or some links where such a process is explained. Thank you!

Re: [Paraview] Warp by vector not fully working

2017-12-06 Thread Doina Gumeniuc (224252 MAHS)
SOLVED! From: ParaView on behalf of Doina Gumeniuc (224252 MAHS) <224...@via.dk> Sent: December 6, 2017 10:10:26 AM To: paraview@paraview.org Subject: Re: [Paraview] Warp by vector not fully working Sorry! Silly me, I needed point instead of comma. Cou

Re: [Paraview] Warp by vector not fully working

2017-12-06 Thread Doina Gumeniuc (224252 MAHS)
Sorry! Silly me, I needed point instead of comma. Could you please let me know the way to introduce more displacement fields? Thank you! From: ParaView on behalf of Doina Gumeniuc (224252 MAHS) <224...@via.dk> Sent: December 6, 2017 9:48:35 AM To: pa

[Paraview] Warp by vector not fully working

2017-12-06 Thread Doina Gumeniuc (224252 MAHS)
Hi all! I have a structure from points and lines. The POINT_DATA contains some displacement vectors. When I load it in Paraview and use Warp by Vector, it does not give me any displacement or change in color. Is my code wrong? Please see my file attached. Also, I would like to add under POIN

Re: [Paraview] Degrees of freedom

2017-11-22 Thread Doina Gumeniuc (224252 MAHS)
Hi Samuel, Thank you so much! This is extremely helpful ^_^ From: Samuel Key Sent: November 21, 2017 10:38:15 PM To: Doina Gumeniuc (224252 MAHS); paraview@paraview.org Subject: Re: [Paraview] Degrees of freedom Doina-- In what follows, I will skip talking

Re: [Paraview] Degrees of freedom

2017-11-21 Thread Doina Gumeniuc (224252 MAHS)
Filter that will let you then scale up the deflections for visualization purposes.) Should you have access to source code for the simulations, I can supply FORTRAN language routines that write VTK ASCII-formatted simulation results. (My personal preference is the EnSight format.) --Sam On 11/18/2017

[Paraview] Degrees of freedom

2017-11-18 Thread Doina Gumeniuc (224252 MAHS)
Hi all! I am still learning the use of paraview and I have got to such a question: How to show in a vtk input file the degrees of freedom of elements? Some of the beams have 6 degrees of freedom, some of the other elements...less or nothing at all. IS there any possibility? Thank you a lot in

Re: [Paraview] NaN values

2017-11-13 Thread Doina Gumeniuc (224252 MAHS)
! From: Moreland, Kenneth Sent: November 14, 2017 12:24:03 AM To: Doina Gumeniuc (224252 MAHS); Mathieu Westphal; paraview@paraview.org Subject: Re: [Paraview] NaN values Doina, vtk files support Nan’s in general. (I just tried it. It worked fine.) However, you are trying to introduce NaN’s in

Re: [Paraview] NaN values

2017-11-13 Thread Doina Gumeniuc (224252 MAHS)
the shape of the matrix, which is why I use NaN, but it gives me error in paraview. I hope it explains what I mean. Thank you! From: Mathieu Westphal Sent: November 13, 2017 4:29:18 PM To: Doina Gumeniuc (224252 MAHS) Cc: paraview@paraview.org Subject: Re

Re: [Paraview] NaN values

2017-11-13 Thread Doina Gumeniuc (224252 MAHS)
Hi Mathieu, I am using a vtk poly data file, which when I load in paraview, it gives me error (paraview just stops working). I was thinking it is because of my NaN values. From: Mathieu Westphal Sent: November 13, 2017 2:53:19 PM To: Doina Gumeniuc (224252

[Paraview] NaN values

2017-11-13 Thread Doina Gumeniuc (224252 MAHS)
Hi all, I have a file with NaN values in almost every column and row. The integer numbers represent which points should be connected by lines, therefor I can not replace NaN with zeros because it will interpret it as Point with ID 0. Is there any way I can replace this NaNs with something whic

[Paraview] Tube around a center line

2017-10-26 Thread Doina Gumeniuc (224252 MAHS)
Hi all, I have got a tube with various diameters along its height. I have the coordinates of the points which form the center line and the scalar value of the diameters. IS there a way to generate the tube shape arounda centre line using diameter, in a vtk input file without having to show the

[Paraview] Mode shapes

2017-10-10 Thread Doina Gumeniuc (224252 MAHS)
Hi dear users, My question would be about the best practice to animate mode shapes in paraview. I have an initial shape of points (x,y,z coordinates) subjected to different frequencies. There are 493 DoFs and 19 modes. What would be the best way to animate it in paraview and which input file sh

[Paraview] Input files

2017-09-18 Thread Doina Gumeniuc (224252 MAHS)
Hi dear users, This might sound a bit stupid, but I am new in paraview and I have hard times understanding how this tool works: for instance, I do not understand how is paraview reading info such as radius in specific points, how can I generate surface and not just some floating points in space

[Paraview] Connecting points

2017-09-14 Thread Doina Gumeniuc (224252 MAHS)
Hi dear users, I would really appreciate if you could guide me on how to connect points with beam elements, FEM style. Thank you! ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.