Re: [Paraview] Paraview Not Reading Some Fields in Dataset

2018-01-31 Thread Andy Bauer
Glad to hear that you're able to read the file correctly now -- thanks for reporting back to everyone! On Wed, Jan 31, 2018 at 11:07 AM, Tate Fanning wrote: > I found a solution to the problem. The CFD code was writing the offsets > incorrectly. When I adjust them manually,

Re: [Paraview] Paraview Not Reading Some Fields in Dataset

2018-01-31 Thread Tate Fanning
I found a solution to the problem. The CFD code was writing the offsets incorrectly. When I adjust them manually, Paraview can read the file just fine. This thread goes into a little more detail: https://www.cfd-online.com/Forums/paraview/198220-paraview-not-reading-some-fields-dataset.html On

Re: [Paraview] Paraview Not Reading Some Fields in Dataset

2018-01-30 Thread Andy Bauer
It looks like you have integer overflow ( https://en.wikipedia.org/wiki/Integer_overflow). I'd suggest using a datatype with more precision and see if that fixes the issue. On Tue, Jan 30, 2018 at 3:15 PM, Tate Fanning wrote: > I've output a vtu file from a CFD code. When