Re: [Paraview] ParaView Digest, Vol 114, Issue 20

2013-10-10 Thread Samuel Key
Jimmy, OK, if you are looking for a binary, portable, single-file format, take a look at the ExodusII reader in ParaView. Since it is in current use by a number of ParaView-supporting organizations, it is likely one of the best supported reader implementations in ParaView. It allows the

Re: [Paraview] Streamlines coming out from a slice

2013-10-10 Thread Moreland, Kenneth
Use the Stream Tracer With Custom Source filter. Set the Input to the Calculator filter and set the Seed Source to the Slice filter. -Ken From: Pradeep Jha prad...@ccs.engg.nagoya-u.ac.jpmailto:prad...@ccs.engg.nagoya-u.ac.jp Date: Thursday, October 10, 2013 5:31 AM To:

[Paraview] error to use XDMF+Paraview+HDF5+Python

2013-10-10 Thread long zhao
Dear all I am trying to use XDMF+ Paraview+ HDF5 + Python on ubuntu 13.04. But I got 2 errors. 1. Using cmake to make XDMF error. If I set the *XDMF_SYSTEM_HDF5:BOOL=ON* Then I get this error when I make it. No idea how to fix it. *XdmfH5Driver.cxx:186:1: error: braces around scalar initializer

Re: [Paraview] AMR Contour

2013-10-10 Thread Matt
Well it seems that for AMR data (vtkHierarchicalBoxDataSet), the common filter 'Contour' can be used, provided that the dataset is properly converted to point data (with 'Cell Data to Point Data' filter). However the contour lines are not continuous and the common 'Contour' filter doesn't seem to

[Paraview] Memory issues with pvpython

2013-10-10 Thread Felix Salazar
Hello, I'm not very good in python, and I'm new in Paraview. I want to calculate an integral over a series of slices in a domain. I need an scalar per slice, that result being a function of the position of the slice. The easiest way I found to do this was a for loop in pvpython, changing the

Re: [Paraview] AMR Contour

2013-10-10 Thread George Zagaris
Hi Matt, I have inlined some responses below. On Thu, Oct 10, 2013 at 4:33 PM, Matt ma...@gmx.com wrote: Well it seems that for AMR data (vtkHierarchicalBoxDataSet), the common filter 'Contour' can be used, provided that the dataset is properly converted to point data (with 'Cell Data to