I am trying to get a data file of mine converted to something that Paraview can read. What I have found so far is that it needs to be converted to a VTK but I am not sure how to begin this. I have seen a bunch of answers but nothing relating to what I need. Here is what I have... I have a .dat file with 4 columns of numbers.
x- coordinate, y- coordinate, z- coordinate, density at that point
The code I am using is in Fortran. Can someone please point me in the right direction. Can Fortran output the file itself or what can I use to convert it. Thank you.