+153
−0
Loading
The problem with LAMMPS Atom format is that it is a text format that has a bunch of concatinated timesteps. Both the LAMMPS and VisIt/ParaView readers read through a bunch of the file to get to a small portion of it. To make it easier/faster to go through timesteps of the data, I am converting them to a group of legacy VTK files. I am also generating a ParaView series file so that the timesteps are preserved.