[vtkusers] MPI application writing PVTI

Berk Geveci berk.geveci at kitware.com
Mon Jun 1 13:15:47 EDT 2015


The easiest thing is to use vtkXMLPImageDataWriter in parallel to write an
example and then to follow that template.

Best,
-berk

On Thu, May 28, 2015 at 2:20 PM, Alejandro Fernández <
alejandro.fernandez at bsc.es> wrote:

> Hello everyone,
>
> I have a C++ MPI application that writes the results of a
> domain-decomposed mesh in different VTI files. Each process writes its own
> VTI file with the points corresponding to its domain. In order to group all
> VTI files into a single 3D image in paraview, I want to produce a single
> PVTI file using XMLPImageDataWriter. However, I have not found any example
> and do not know how to achieve this result with just the raw class method
> documentation.
>
> Please, can somebody provide me a C++ example or point me to the required
> documentation?
>
> Thank you very much, your help will be much appreciated.
>
> --
>
> Alejandro Fernández Suárez
> Computer Science Dept.
> K2M Building - Room 104 - (+34) 934 137 529
> Barcelona Supercomputing Center - CNS
> www.bsc.es
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150601/b063eef7/attachment.html>


More information about the vtkusers mailing list