I'm trying to use XTK to display 3D CFD data on my webpage. I can generate ASCII VTK files containing my data (mesh points, velocity, pressure) following the format guide here and I can visualize it it Visit.
When I try loading into XTK however, (by changing the file name in their skull tutorial) I get the error :
TypeError : f is null
in xtk.js, and nothing displays.
Has anyone had similar problems?
Here is a sample VTK file of mine.
P.S. I know that Paraview has trouble reading the FieldData, so I tried removing that for XTK but with no luck.