AngularPeriodicFilter order of application

Hi,

I have a question about the performance of applying filters in ParaView. Suppose I have a set of 3D CFD data with periodic boundary conditions and I want to apply a contour or streamlines filter to it, showing the whole (360º) domain. Does it make any difference – from the point of view of performance – to apply the AngularPeriodicFilter and then the contour/streamlines when compared to first the contour/streamlines and then the AngularPeriodicFilter?

Thanks a lot,

For performance, you definitely want to contour first, then periodic filter.