[Paraview] LSDynaReader interfering with my own reader
Thompson, David C
dcthomp at sandia.gov
Wed Feb 7 14:54:32 EST 2007
The messages should not be output... they are coming from
LSDyna's CanReadFile() method. I thought I had disabled
them but I'll look into it again. If it is reading your
file, then LSDyna's CanReadFile is returning the correct
value.
The problem is that LSDyna's output files don't have an
extension (they are named d3plot, d3plot01, ...) and
ParaView requires either a matching extension or (if you
put always_try_can_read="1" in the Module tag of the GUI
XML file) for CanReadFile to return true.
David
-----Original Message-----
From: paraview-bounces+dcthomp=sandia.gov at paraview.org on behalf of Mike Jackson
Sent: Wed 2/7/2007 9:42 AM
To: ParaView
Subject: [Paraview] LSDynaReader interfering with my own reader
I have a custom reader that reads files with an extension of ".disl".
I have my own reader for these files which worked fine under PV
2.4.4. I am now updating for PV 2.6 and when I run ParaView and
select my file for reading I get the following dumped to the console.
ErrorMessage
# Error or warning: There was a VTK Error in file: /Users/Shared/
OpenSource/ParaView-2.6.0/VTK/Hybrid/vtkLSDynaReader.cxx (2473)
vtkLSDynaReader (0x18e9c2c0): Unknown Dimensionality -2144848064
encountered
ErrorMessage end
ErrorMessage
# Error or warning: There was a VTK Error in file: /Users/Shared/
OpenSource/ParaView-2.6.0/VTK/Hybrid/vtkLSDynaReader.cxx (3162)
vtkLSDynaReader (0x18e9c2c0): Database has bad state size (0).
ErrorMessage end
ErrorMessage
# Error or warning: There was a VTK Error in file: /Users/Shared/
OpenSource/ParaView-2.6.0/VTK/Hybrid/vtkLSDynaReader.cxx (3271)
vtkLSDynaReader (0x18e9c2c0): No valid time steps in the LS-Dyna
database
ErrorMessage end
ErrorMessage
# Error or warning: There was a VTK Error in file: /Users/Shared/
OpenSource/ParaView-2.6.0/VTK/Filtering/vtkExecutive.cxx (757)
vtkCompositeDataPipeline (0x18e9c9f0): Algorithm vtkLSDynaReader
(0x18e9c2c0) returned failure for request: vtkInformation (0x18e9d720)
Debug: Off
Modified Time: 697866
Reference Count: 1
Registered Events: (none)
Request: REQUEST_INFORMATION
ALGORITHM_AFTER_FORWARD: 1
FORWARD_DIRECTION: 0
KEYS_TO_COPY: COMPOSITE_DATA_INFORMATION
Then my reader kicks in and reads the file just fine. I looked for
the obvious that the LSDynaReader was also using the ".disl"
extension but from what I can tell it is not. Anyone have any ideas
on this?
Cheers
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
_______________________________________________
ParaView mailing list
ParaView at paraview.org
http://www.paraview.org/mailman/listinfo/paraview
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070207/154db50f/attachment.htm
More information about the ParaView
mailing list