pts2paraview module

File containing function to convert a pts file to add the point index as scalar data. This makes paraview operations easier.

pts2paraview.convert(filename)[source]

Takes a pts file, adds point ID as extra data to each point, writes to csv file :param filename: the name of the .pts mesh file :return: 0 if successful