[vtkusers] How to save multiple files in MPI program, and view in paraview as a single grid?

David E DeMarle dave.demarle at kitware.com
Thu Jan 12 10:48:44 EST 2012


Have each node write it's own filename_<rank>.vt? file (i.e. one xml based
vtk file per node), then write a .pvd file that references each each file
as a different "part".

See:
http://markmail.org/thread/e2ndd65qypdlgqyz
And get rid of the "timestep" attribute but add "part".


David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Thu, Jan 12, 2012 at 7:33 AM, Andrew A <wilddev at yandex.ru> wrote:

> Hello!
>
> What is the proper way to save my grid data parts on several MPI nodes in
> multiple files, and to view this grid data in paraview as a single grid
> (but
> not as multiple different grids)?
>
> Thanks!
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/How-to-save-multiple-files-in-MPI-program-and-view-in-paraview-as-a-single-grid-tp5139812p5139812.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120112/fde32b53/attachment.htm>


More information about the vtkusers mailing list