Re: [Paraview] ExtractSubset not working well in pvpython

2014-11-03 Thread Chukwudi Chukwudozie
.GetDataInformation().GetNumberOfPoints() Utkarsh On Thu, Oct 30, 2014 at 5:29 PM, Chukwudi Chukwudozie cchu...@tigers.lsu.edu wrote: Hi, I have a structured grid computational domain of size 800,2,800. I want to extract the information along a line and so I do the following in my python

[Paraview] ExtractSubset not working well in pvpython

2014-10-30 Thread Chukwudi Chukwudozie
and I get numPoints=400. I am using PV 3.98.0. Any help on this will be appreciated. -- Chukwudi Chukwudozie cchu...@tigers.lsu.edu Craft and Hawkins Department of Petroleum Engineering Louisiana State University Patrick F. Taylor Hall (CEBA) Room 3429 Baton Rouge LA, 70803 Cell:3373546822

[Paraview] Extracting results from python

2014-07-08 Thread Chukwudi Chukwudozie
Hi, I'm pretty new in paraview python scripting and I'm trying my hand on an example to IntegrateVariables along a slice (plane). However, I don't know how to extract the results of the Integrate pipeline as when I ask to print, all I get is a memory address. Below is a snapshot of my s=python

[Paraview] Extracting result from IntegrateVariables

2014-07-03 Thread Chukwudi Chukwudozie
Hi, I'm pretty new in paraview python scripting and I'm trying my hand on an example to IntegrateVariables along a slice (plane). However, I don't know how to extract the results of the Integrate pipeline as when I ask to print, all I get is a memory address. Below is a snapshot of my s=python

[Paraview] Problem with paraview 4.1

2014-06-19 Thread Chukwudi Chukwudozie
Hi, I recently built and installed paraview 4.1 on my mac with the intention of doing python scripting but when I save a trace and try to run it using pvpython, I get the following error messages. But looking at the trace, I see that it does not reference the file it is loading as you can see

[Paraview] Issues with pvpython and python

2013-03-28 Thread Chukwudi Chukwudozie
/multiarray.so: mach-o, but wrong architecture When I do a print sys.path, it looks like paraview is using system python2.5 which does not have numpy and matplotlib. Any help on how to resolve these issues? Thanks. -- Chukwudi Chukwudozie cchu...@tigers.lsu.edu Craft and Hawkins Department

Re: [Paraview] python scripting

2013-03-22 Thread Chukwudi Chukwudozie
it cannot load some of the paraview modules even though I can see them in the paraview directory. Any help? Regards On Fri, Mar 22, 2013 at 12:17 AM, Chukwudi Chukwudozie cchu...@tigers.lsu.edu wrote: Hi, So I got python2.7 working and I set all the variables correctly like you advised but I still

Re: [Paraview] python scripting

2013-03-21 Thread Chukwudi Chukwudozie
to be in the DYLD_LIBRARY_PATH. Pat On Sat, Mar 16, 2013 at 12:58 PM, Chukwudi Chukwudozie cchu...@tigers.lsu.edu wrote: Hi, I want help to be able to do the following two things using my mac OS X 10.7.5 but I have not been successful. 1. Run a paraview python script on terminal using pvpython

[Paraview] python scripting

2013-03-15 Thread Chukwudi Chukwudozie
/Contents/Python/paraview:/Applications/ParaView.app/Contents/bin export PATH=$PATH:{$PYTHONPATH} # Setting PATH for EPD_free-7.2-2 # The orginal version is saved in .bash_profile.pysave PATH=/Library/Frameworks/Python.framework/Versions/Current/bin:${PATH} export PATH Regards, -- Chukwudi