Reading mesh/vtk dump file

Submitted by SHUBHAM AGARWAL on Fri, 03/18/2022 - 20:37

Hello
I am using LIGGGHTS-flexible fibres version.
In my simulation I use "dump mesh/vtk" to dump the data for a meshed surface.
dump dumpID all mesh/vtk 1 post/filename*.vtk stress stresscomponents meshID
The data gets stored in ASCII format, which looks something like this:

# vtk DataFile Version 4.2
Generated by LIGGGHTS
ASCII
DATASET POLYDATA
POINTS 7124427 float
0.0023797 6.32395e-09 0.0403726 0.00238267 -7.5255e-07 0.0403738 0.00238178 -3.20134e-06 0.0403664
0.0023797 6.32395e-09 0.0403726 0.00238267 -7.5255e-07 0.0403738 0.00238269 6.89691e-07 0.0403738
0.0023797 6.32395e-09 0.0403726 0.00237371 -1.38334e-08 0.0403675 0.00237302 -1.71895e-06 0.0403656
0.0023797 6.32395e-09 0.0403726 0.00237371 -1.38334e-08 0.0403675 0.0023818 3.17235e-06 0.0403664
0.0023797 6.32395e-09 0.0403726 0.00237302 -1.71895e-06 0.0403656 0.00238178 -3.20134e-06 0.0403664
0.0023797 6.32395e-09 0.0403726 0.00238269 6.89691e-07 0.0403738 0.0023818 3.17235e-06 0.0403664 .................
.................
...............

POLYGONS 2374809 9499236
3 0 1 2
3 3 4 5
3 6 7 8
3 9 10 11
3 12 13 14
3 15 16 17
3 18 19 20
3 21 22 23
3 24 25 26
3 27 28 29
3 30 31 32 .......................
........................
......................

I want to resume the simulations using the above dump file. Is there any command to read such dumpfiles. All I could find was native and xyz format which are not working.