[Paraview] Simple problems with vtk files

2010-03-09 Thread Ricardo Canelas
Hello, I'm quite new to Paraview, so i'm terribly sorry if this is a stupid thing to ask. I'm beginning to panic here. I wrote a routine to generate the vtk files to render in Paraview, but i can't seem to get in right. In a 45000 element test the output says Generic Warning: In

Re: [Paraview] Simple problems with vtk files

2010-03-09 Thread Samuel Key
Hi Ricardo, Just a guess, your cell 3-tuples look to me to be "Fortran array indexes," but a C-programmer wrote the reader and he thought it only logical that cell 3-tuples should "C array offsets." So, you need to subtract "1" off of every integer in the CELLS datum block. Sam (a Fortran