[Paraview] How to call a specifc data set from a multi-block ExodusII data set?
John Mangeri
john.mangeri at uconn.edu
Thu Aug 28 17:02:44 EDT 2014
I'm currently trying to do something simple. I have a ElementVariable q in
my .e file.
I read them into the pipeline with
reader = ExodusIIReader(FileName = 'out.e')
I want to use
histogram = Histogram(q,BinCount=30)
but I recieve the following error:
Traceback (most recent call last):
File "<console>", line 1, in <module>NameError: name 'q' is not defined
What is going on here?
Thanks
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20140828/bbfffb63/attachment.html>
More information about the ParaView
mailing list