You can use ParaView itself to read in the csv file, convert it to an unstructured grid (Table to Points filter), redistributed on your 8 parallel processors (D3 filter) and then write out a pvtu file.
Offhand I cannot think of an easier way. -Ken From: ParaView [mailto:[email protected]] On Behalf Of Faiz Abidi Sent: Wednesday, March 1, 2017 2:03 PM To: ParaView <[email protected]> Subject: [EXTERNAL] [Paraview] CSV to PVTU Hi again community! Looking for suggestions - what would be a decently fast way to convert a huge CSV file into PVTU files? What I want to do - load this huge file in a CAVE like environment, and use 8 parallel processors. -- Faiz Abidi | Master's Student at Virginia Tech | www.faizabidi.com<http://www.faizabidi.com> | +1-540-998-6636
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
