Re: [Paraview] Wrong fetched data

2015-07-12 Thread Cory Quammen
Interesting. Is is possible for you to share the data file(s)? Thanks, Cory On Mon, Jul 6, 2015 at 10:23 AM, deq11009 wrote: > Hi, > > Thank you for your reply. > > No, the mistake is not there. In the meantime I did realize what is > exactly happening. > > I have, say, 200 timesteps. > From 0

Re: [Paraview] Fwd: How to plug into paraview his own writer ?

2015-07-12 Thread Cory Quammen
Franck, Thanks for letting us know. I'm glad you figured it out. The client/server wrapping indeed assumes your class header file is defined in a .h file. You should, however, have gotten a warning that said something like Unable to find: myWriter Cory On Mon, Jul 6, 2015 at 3:03 AM, houssen w

Re: [Paraview] segfault playing a simulation

2015-07-12 Thread Cory Quammen
Sergi, Your VTI file extents should only describe the region of the whole image they occupy, so you are on the right track. In situations like these where it isn't obvious what is wrong, I tend to start from the beginning with a very small example and build up from there. For example, you could st

Re: [Paraview] Can I parallelize different input files?

2015-07-12 Thread Adam Lyon
Cool! Thanks - I'll try that. I tried just loading a few vti files anyway running the pvserver under mpirun on the multi-core machine. This machine has no GPU and I got a lot of "swrast" errors (one per core). So I think I don't have a good OpenGL on this machine. I tried building my own Mesa Open