Classification: UNCLASSIFIED Caveats: NONE John, Eric,
Yes, I duplicated the problem here and it seems that the information is not being set correctly. John, you probably understand this much better that I do. I'm guessing it has to do with the OutputVtkType being set to image data but the vtkXdmfReaderGrid is actually a collection : isCollection = 1 and isTemporal = 1. Jerry -----Original Message----- From: John Biddiscombe [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2008 8:20 AM To: Eric E. Monson Cc: Clarke, Jerry (Civ, ARL/CISD); Renato N. Elias; [EMAIL PROTECTED]; ParaView List Subject: Re: [Xdmf] Xdmf time series loads as Multi-block Dataset (UNCLASSIFIED) > The only variant that is not bringing in data correctly is when I have > a temporal collection which contains a 3dCoRecMesh grid at Same for me. I only have 3DCORECTMESH types and none of my data loads. Time is good, but geometry is lost. ImageData is the only datatype afaik that paraview takes all origin/spacing/extent information directly from the information object attached to the data, rather than the data itself. I suspect that the information being set insiside RequestGridInformation in the xdmf reader, is being set on the grid's individual information, object, but not being copied into the output information. I'm looking into it. JB Classification: UNCLASSIFIED Caveats: NONE _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
