[Paraview] VisitBridge - GMV Reader

Terry Jordan Terry.Jordan at NETL.DOE.GOV
Fri Apr 27 10:23:42 EDT 2012


Thanks for the reply.
 
It uses vtkAvtSTMDFileFormatAlgorithm.  As for the number of cycles that is not known by the file format or the user.  Each time step is an individual file, similar to how the vtu file series behaves.  In the file open dialog ParaView picks up all the files and groups them as a series.  However when I try to animate using "snap to timesteps" (or either of the two animations options), it doesn't animate.
 
Also I am implementing this reader using the VisitBridge.  I see no entries in the vtkVisitGMVReader.h or cxx (which is generated I believe from the Visit avt file) of the function GetTimes().

>>> "Robert Maynard" <robert.maynard at kitware.com> 4/27/2012 9:35 AM >>>
Hi Terry,

Make sure the VISIT_READER_TYPE in your CMakeLists is either STMD or MTMD.
Secondly we expect the reader to return the correct number of of time steps or cycles when we call GetCycles or GetTimes. If this isn't how your reader behaves can you explain
to me where you are storing the time and cycle information and I will add a bug report.

On Thu, Apr 26, 2012 at 3:50 PM, Terry Jordan <Terry.Jordan at netl.doe.gov> wrote:


I have ported the GMV reader from VisIt into ParaView using the VisitBridge. It works properly for a single time step. However it will not support my transient data. GMV's file format has a file per timestep. Is there something I need to do to the reader to enable this feature?
Thanks in advance.

_______________________________________________
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 





-- 
Robert Maynard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120427/1e294239/attachment.htm>


More information about the ParaView mailing list