[Paraview] Possible bug (Actually 2)

2018-02-07 Thread Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC]
I have a problem with unstructured CFD datasets  using the Ensight format.  The 
following illustrates the problem.  I make a slice at a certain value of y and 
look at velocity vectors.  Everything is good.  I use calculator to makea 
dependent variable from CoordY and contour at the same y value.   These 2 
surfaces are identical and shading by any variable yields identical results.   
If I put velocity vectors on the  constant y contour surface, they are wrong.  
This procedure works as expected with   plot3d structured datasets.  The other 
thing I’ve noticed, when using a cylindrical slice,  it always uses the y axis. 
 Setting X or Z anything else has no effect. This happens on all my datasets.   
I’m using my own compile of Version 5.4.1 on a mac.  Any ideas, comments or 
suggestions?
Thanks
Tim
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://paraview.org/mailman/listinfo/paraview


[Paraview] Parview Build Faulure on Mac OS 10.12.6

2017-12-21 Thread Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC]
Helo,  I’ve been working through some issues compiling on a new MAC but this 
one has me stuck.   I used CMAKE 3.10 to generate xcodebuild files for paraview 
5.4. Any ideas?
Thanks
Tim

make: *** No rule to make target 
`/Users/…/lib/cmake/paraview-5.4/Modules/vtkCommonCoreHierarchy.txt', needed by 
`/Users/…/VTK/Wrapping/Python/vtkAbstractArrayPython.cxx'.  Stop.
Command /bin/sh failed with exit code 2

** BUILD FAILED **



___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://paraview.org/mailman/listinfo/paraview


[Paraview] Paraview Custom Reader issue - OS X 10.12.6

2017-12-21 Thread Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC]
For some time I’ve used a custom reader in Paraview.  I’m having issues with my 
recently issued mac.   In the past I’ve recompiled the entire code but I’m 
having issues with QT so I’m trying to just get my reader working as a plugin 
as per the instructions on the paraview.org page “ParaView/Plugin HowTo”.  I 
thought that would be easier.  I’ve been unable to get past the following cmake 
 error.  I’m not very knowledgable on cmake . I wish I had time to  figure it 
out but I don’t. Any help with the following would be apprecitated   Thanks – I 
wasn’t   the best time to be given a new computer. Tim

CMake Error at CMakeLists.txt:1 (FIND_PACKAGE):
By not providing "FindParaView.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ParaView",
but CMake did not find one.

Could not find a package configuration file provided by "ParaView" with any
of the following names:

ParaViewConfig.cmake
paraview-config.cmake

Add the installation prefix of "ParaView" to CMAKE_PREFIX_PATH or set
"ParaView_DIR" to a directory containing one of the above files. If
"ParaView" provides a separate development package or SDK, be sure it has
been installed.

My CmakeList.txt – which may not be correct.  My reader is a clone of the 
Plot3d Reader
FIND_PACKAGE(ParaView REQUIRED)
INCLUDE(${PARAVIEW_USE_FILE})
ADD_PARAVIEW_PLUGIN(TURBO_Reader "1.0"
   SERVER_MANAGER_XML TURBO_Reader.xml
   SERVER_MANAGER_SOURCES vtkMultiBlockTURBOReader.cxx 
vtkMultiBlockTURBOReaderInternals.cxx
   REQUIRED_ON_SERVER)

set_source_files_properties(
  vtkMultiBlockTURBOReaderInternals
  PROPERTIES
WRAP_EXCLUDE 1
WRAP_EXCLUDE_PYTHON 1
  )


Thanks
Tim


___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://paraview.org/mailman/listinfo/paraview


[Paraview] Question about adding Widget to property panel

2016-12-29 Thread Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC]
 Hi,  I’m trying to do something I thought would be simple and I’ll bet it is 
once I see my error - but I’ve spent several hours trying things and searching 
for answers in the docs.   I want to add an entry box in the property panel for 
Gamma in the PLOT3D reader. I’m compiling version 5.2.   I noticed in the 
header file that there are already MACRO’s for Gamma:
  /**
   * Set/Get the ratio of specific heats. Default is 1.4.
   */
  vtkSetMacro(Gamma,double);
  vtkGetMacro(Gamma,double);

I thought all I would have to do is add appropriate entries into the 
readers.xml file  and it would appear in the property panel. I’ve tried various 
things but they all look essentially like this:

  
  
 Set Gamma 
  
  

It compiles and runs but I don’t get an entry  box. What am I missing?  I am 
stumped for now so any help would be appreciated.  I’ll hit it again  next week.
Thanks
Tim 

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] need some help reading data in pvpython

2016-06-22 Thread Beach, Timothy A. (GRC-LTE0)[Vantage Partners, LLC]
I’ve done some neat stuff with pvpython but I’m stuck on something really 
basic.  I’ve read a structured multi block dataset(plot3d).  Where do I find 
the number of blocks and the size of each block.  I’ve been using help and 
dir() but I haven’t found that info.
Thanks
Tim
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview