Thanks Michael.
I guess you are right that extra time is due to overlapping the ghost
layers.

If you want more performance, you should use .pvti and .vti instead .pvtr
and .vtr to store rectilinear data.

My grid is not necessarily uniform even in one direction. If I remember
correctly, *.vti files are only for constant spacing, e.g. dx (or dy or dz)
in each direction which should not work in my case.

Thanks
M


On Fri, Feb 11, 2011 at 2:22 AM, Michael Scheerer <[email protected]> wrote:

>
>
> Hi Mohamad,
>
> > I guess *.pvtr file solved my problem. However, I have noticed combining
> all my *.vtr files via the *.pvrt file, then plotting a contours, it is
> slower than just loading it via *.pvd file.
> > Thanks for the tip though.
>
> No wonder, if it is slower. Because it does then successful process ghost
> overlap. If you want more performance, you should use .pvti and .vti instead
> .pvtr and .vtr to store rectilinear data.
> Because in this case Paraview can internally use the vtkImageData class.
> Also you have then full volume rendering support, which isn't available in
> the case of .vtr
>
> Michael
>
>
>
>
> ___________________________________________________________
> NEU: FreePhone - kostenlos mobil telefonieren und surfen!
> Jetzt informieren: http://produkte.web.de/go/webdefreephone
>
_______________________________________________
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to