[vtkusers] ExodusII problem or bug?? Please help
David Thompson
dcthomp at sandia.gov
Tue May 17 12:21:30 EDT 2011
On May 17, 2011, at 6:03 , Davood Ansari wrote:
> ...
> However, one question is how does vtkExodusIIReader
> differe from vtkExodusReader.
> If I open the file and use PrintSelf methods They produce slightly
> different information:
> ...
> The output from ExodusIIReader clearly suggests that my elements are
> 9 node quads!
Hi Davood,
The ExodusIIReader is a rewrite of the ExodusReader. It outputs
multiblock datasets rather than a single unstructured grid, so there
is less overhead involved in representing blocks with different
variables defined on them.
The output from vtkExodusIIReader that identifies the block as "QUAD9"
is reflecting the contents of the Exodus file, not the output of the
reader.
David
More information about the vtkusers
mailing list