Re: [Paraview] Fwd: [Catalyst] Extracting and saving data from a spreadsheet

2017-06-05 Thread Renato Elias
heck the rank id etc, I don't think you'd need to. The CSVWriter will > only write on root node after accumulating data from all ranks. Since > `IntegrateVariables` > only produces output on rank 0, it should work fine, doesn't it? > > Utkarsh > > On Sat, Jun 3, 2017 at 12:25 P

Re: [Paraview] Fwd: [Catalyst] Extracting and saving data from a spreadsheet

2017-06-03 Thread Renato Elias
Thanks Utkarsh! I did a small test and now it's working fine :) I only noticed that it's called per processor. Is there a way to make only rank 0 store the CVS table? In other words... do we have access to the rank id in the coprocessor Python script? Regards Renato Em 2 de jun de 2017 14:19,

[Paraview] Fwd: [Catalyst] Extracting and saving data from a spreadsheet

2017-06-02 Thread Renato Elias
-- Forwarded message -- From: Renato Elias <rnel...@gmail.com> Date: Fri, Jun 2, 2017 at 11:45 AM Subject: Re: [Paraview] [Catalyst] Extracting and saving data from a spreadsheet To: Utkarsh Ayachit <utkarsh.ayac...@kitware.com> I gave up to extract cell values from a

[Paraview] [Catalyst] Bug in PV 5.4.0-RC3

2017-05-31 Thread Renato Elias
Just to report a bug detected in version 5.4.0-RC3 1) If a load a set of parallel data stored in xdmf file format 2) extract surface 3) apply a clip to isolate one of the surface 4) color this surface with a variable, let's say, pressure and 5) save the coprocessing script using the "autoscale"

[Paraview] [Catalyst] Extracting and saving data from a spreadsheet

2017-05-31 Thread Renato Elias
Hi there, I'm trying to save some data computed with calculator and integratevariables pipeline within a coprocessing session. For this purpose, I've been trying the following procedure: # create a new 'Integrate Variables' ... 1: my_calc = IntegrateVariables(Input=calculator1) 2: data =

Re: [Paraview] Minimal setup for coprocessing in a Fortran solver

2012-09-18 Thread Renato Elias
, Sep 18, 2012 at 9:23 PM, Renato Elias rnel...@gmail.com wrote: Hi Andy, or anyone that could help me... I've found some errors and fixed. It now compiles, links and runs without erros or warnings but I'm not quite sure how to connect ParaView with the simulation code. Do I have to open ParaView

[Paraview] Minimal setup for coprocessing in a Fortran solver

2012-09-14 Thread Renato Elias
Hi there, long time not playing with ParaView and it has evolved so much... ok, just starting to play with coprocessing in our solver and I have very first questions before starting. Our solver is entirely written in Fortran90. Some time ago I've tried to use CMake as its building system but I

[Paraview] Debugging reverse connections

2012-09-06 Thread Renato Elias
Hi everybody, I'd like to understand what is happening with a client-server connection I'm trying to create in PV-3.14.1. pvserver is running on a SGI Altix ICE compiled with OpenMPI 1.6 and Mesa library for offscreen rendering. Everything run smoothly from the compilation and installation but

Re: [Paraview] Debugging reverse connections

2012-09-06 Thread Renato Elias
. Try this: from the server node, try to telnet to you client host/port. Does that work? Utkarsh On Thu, Sep 6, 2012 at 9:34 AM, Renato Elias rnel...@gmail.com wrote: Hi everybody, I'd like to understand what is happening with a client-server connection I'm trying to create in PV-3.14.1

Re: [Paraview] Debugging reverse connections

2012-09-06 Thread Renato Elias
at 10:03 AM, Renato Elias rnel...@gmail.com wrote: Hi Utkarsh, neither an error message I get from pvserver. It just keep waiting for connection until exit due to time out... the client stays there with the waiting for server connection screen open and nothing happens. I'm not familiar

Re: [Paraview] Ghost data in parallel formats

2011-03-03 Thread Renato Elias
at 7:54 AM, Renato Elias rnel...@gmail.com wrote: Hi Berk, I already did such test. It really works but the dataset must be serial and loaded in a parallel session. In this case, D3 will take care of the data distribution, load balance and ghost information. However, if the dataset read

Re: [Paraview] Ghost data in parallel formats

2011-03-02 Thread Renato Elias
months - we should have started making changes to the ghost level stuff by then. Until then, you should be able to use D3 to redistribute data and generate (cell) ghost levels as needed. So the following should work reader - D3 - extract surface -berk On Tue, Mar 1, 2011 at 10:57 AM, Renato

[Paraview] Ghost data in parallel formats

2011-03-01 Thread Renato Elias
Hi everybody, just a (very) simple question: Which Paraview/VTK file readers already have full support for ghost/halo data when running in parallel? thanks ps.: In fact, I'd like to figure out how I could get rid of my parallel interfaces among partitions. -- Renato N. Elias

Re: [Paraview] Ghost data in parallel formats

2011-03-01 Thread Renato Elias
that the legacy reader and the XML reader support unsigned char. It doesn't look like EnSight supports it. Xdmf supports it. It would be relative easy to support signed integers by doing a conversion at read time, if you guys think that it is important. On Tue, Mar 1, 2011 at 8:39 AM, Renato Elias

Re: [Paraview] Ghost data in parallel formats

2011-03-01 Thread Renato Elias
Berk: Do you have the ability to mark a node as owned by one partition and as ghost on other partitions? Yes! We classify processes as master and slaves according to their ranking numbers. After this we can assign the shared node to a master (which will take care of shared computations) and

[Paraview] Parallel data, ghost points and clean to grid

2011-02-24 Thread Renato Elias
Hi everybody (long time no posting messages here...) I'm writing to revive a very old problem I have when visualizing parallel data. When we load parallel data (pieces of model given to several processes/cpus) the image appears with some artifacts. In fact, these artifacts are just the parallel

Re: [Paraview] Fortran in ParaView plugins

2009-10-08 Thread Renato Elias
I've already had this problem when linking Fortran programs against HDF5 library... In Visual Studio, there's an Ignore Specific Library option (Linker/Input in project settings tab) where I've set MSVCRT to solve it. Regards Renato. On Thu, Oct 8, 2009 at 10:37 AM, Berk Geveci

[Paraview] Load Python module from Kitware releases

2009-09-08 Thread Renato Elias
Is it possible to load the Python module from the Kitware ParaView releases (outside the UI)? I've already tried but all that I've got was an error message like the following: Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved.

Re: [Paraview] Load Python module from Kitware releases

2009-09-08 Thread Renato Elias
nop, but the error message has changed to from paraview.simple import * Traceback (most recent call last): File stdin, line 1, in module File C:\Program Files\ParaView 3.6.1\lib\paraview-3.6\paraview\simple.py, li ne 39, in module import servermanager File C:\Program Files\ParaView

Re: [Paraview] Load Python module from Kitware releases

2009-09-08 Thread Renato Elias
Ah, your config also worked for me. The problem was that I was configuring PATH and PYTHONPATH in my *user* environment instead of changing the *system* variables. Thanks a lot Renato. On Tue, Sep 8, 2009 at 12:13 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Here's what I did:

Re: [Paraview] Load Python module from Kitware releases

2009-09-08 Thread Renato Elias
Thanks Utkarsh, indirectly you answered my question. Since vtkPythonWrapping is not present in the Kitware release, we must build ParaView from scratch before loading ParaView/Python module. Regards Renato. On Tue, Sep 8, 2009 at 10:53 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote:

[Paraview] Background with gradient color

2009-09-08 Thread Renato Elias
Hey folks, is there any plan to implement background with gradient colors in ParaView? (I'd fill out a feature request, but it seems so common in visualization tools that I'm sure that already exist such feature request) -- Renato N. Elias === High Performance

[Paraview] Storing camera position

2009-09-04 Thread Renato Elias
Folks, ParaView 2.x had a very simple way to store and recovery camera positions (6 buttons on the camera tab). Is there any similar feature in ParaView 3.x? Where is it hidden? Thanks -- Renato N. Elias === High Performance Computing Center (NACAD) Federal

[Paraview] [PV-3.6.1] Where's the tube filter?

2009-09-04 Thread Renato Elias
It seems that the tube filter disapeared from version 3.4 to 3.6 []'s -- Renato N. Elias === High Performance Computing Center (NACAD) Federal University of Rio de Janeiro (UFRJ) Rio de Janeiro, Brazil Sent from Rio De Janeiro, RJ, Brazil

Re: [Paraview] [PV-3.6.1] Where's the tube filter?

2009-09-04 Thread Renato Elias
O, thank's a lot . I thought I was crazy looking for it in the alphabetical order. []'s Renato. On Fri, Sep 4, 2009 at 11:41 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: It's called Generate Tubes. On Fri, Sep 4, 2009 at 10:32 AM, Renato Eliasrnel...@gmail.com wrote: It

Re: [Paraview] greek letters

2009-09-04 Thread Renato Elias
Not directly supported but there's a workaround... Write what you want using any tool able to save the text as image (png, tiff). Load the image in ParaView and translate, scale, rotate to put the text in the desired position. ...it's hard, but possible ;oP []'s Renato On Fri, Sep 4, 2009 at

Re: [Paraview] Fw:Re:Re: Paraview store all data in every server node?

2009-09-02 Thread Renato Elias
It seems that you're writting parallel geometry in a serial way. Partitioned grid, as far as I know, must be stored as spatial collections in xdmf format. In other words, each processors stores its own grid portion (a pair xdmf/hdf5 file) and rank0, for instance, writes a xdmf file describing how

Re: [Paraview] UI; real-time vis

2009-09-02 Thread Renato Elias
I've been working in a Python script to produce runtime post-processing in my simulation code. The idea is quite simple: Step 0). Pre-simulation: 1. Launch paraview and create a pipeline with the desired visualization (viewpoint, lights, slices, streamlines, whatever...). Note that it can be

Re: [Paraview] [PV-3.6.1] Problem compiling with Python in linux x86_64

2009-09-01 Thread Renato Elias
...@paraview.org] *On Behalf Of *Renato Elias *Sent:* Thursday, August 06, 2009 10:40 AM *To:* paraview@paraview.org *Subject:* [Paraview] [PV-3.6.1] Problem compiling with Python in linux x86_64 Folks, I'm trouble in compiling PV-3.6.1 in a linux x86_64 environment. The error is: Linking CXX shared

Re: [Paraview] [PV-3.6.1] Problem compiling with Python in linux x86_64

2009-09-01 Thread Renato Elias
of shared thanks a lot folks Renato. On Tue, Sep 1, 2009 at 11:15 AM, Jean M. Favre jfa...@cscs.ch wrote: Renato Elias wrote: Moreover, how can I force the make process to be more verbose? make VERBOSE=1 :-) ___ Powered by www.kitware.com Visit

Re: [Paraview] Ensight Reader: Invalid number of unstructured points read; check that ByteOrder is set correctly

2009-09-01 Thread Renato Elias
Are you writting your files from Fortran codes using unformatted binaries? Renato. On Tue, Sep 1, 2009 at 2:50 PM, bastil2...@yahoo.de bastil2...@yahoo.dewrote: Hi all, I get this error when reading in a (large) Ensight binary case that can be read by Ensight. ens_checker also reports no

[Paraview] Fortran binaries = unformatted. Any chance to work?

2009-08-11 Thread Renato Elias
Just recovering a very old PV/Fortran issue. Is there any chance (at any time in the future) to PV load an unformatted Fortran file? For those interested in a try, get this file ( http://www.nacad.ufrj.br/~rnelias/paraview/fortran_ensight_test.f90), compile in your favorite Fortran compiler and

[Paraview] [PV-3.6.1] Problem compiling with Python in linux x86_64

2009-08-06 Thread Renato Elias
Folks, I'm trouble in compiling PV-3.6.1 in a linux x86_64 environment. The error is: Linking CXX shared library ../../../bin/libvtkPVPythonInterpretor.so /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: /sw/shared/x86_64/Python/2.6.2/lib/libpython2.6.a(abstract.o):

Re: [Paraview] Volume representation not working

2009-07-30 Thread Renato Elias
You just need to play a little bit with the transfer function editor ;o) http://www.nacad.ufrj.br/~rnelias/paraview/vr.jpg Regards Renato. On Thu, Jul 30, 2009 at 12:56 PM, David Doria daviddo...@gmail.com wrote: I have a vtk file

Re: [Paraview] Multiblock Dataset number of points

2009-07-20 Thread Renato Elias
Hi Rafael and Zhanping, I've found out what is going on. I've loaded the Rafael's dataset (we are co-workers at the same lab) in PV-3.6 and PV-3.4 as well. The confusion is due to the Ensight file format. Rafael is using Ensight 6 format (not the Gold one). In Ensight 6, the point coordinates for

[Paraview] Doubt about animating 2 (or more) datasets simultaneously

2009-07-15 Thread Renato Elias
Just a simple (and probably silly) doubt: When animating 2 datasets with different time scales simultaneously, is ParaView able to synchronize the frames? For example, let's suppose we load 2 datasets with the following timestep distributions: DS1: 1 (0.0), 2 (0.5), 3 (1.0) DS2: 1 (0.0), 2

Re: [Paraview] Doubt about animating 2 (or more) datasets simultaneously

2009-07-15 Thread Renato Elias
for that filter. This only works if the topology remains consistent, though. -Ken From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] On Behalf Of Renato Elias [rnel...@nacad.ufrj.br] Sent: Wednesday, July 15, 2009 7:05 AM To: paraview

Re: [Paraview] Translating and distributing the SC08 tutorial handouts?

2009-06-23 Thread Renato Elias
...@aero.ist.utl.ptwrote: On Thu, 18 Jun 2009, Renato Elias wrote: Hey PV community, is there any other Brazillian or Portuguese folk available to review or translate something? Renato, eu gostaria de contribuir :) Ricardo Reis 'Non Serviam' PhD candidate @ Lasef Computational Fluid

Re: [Paraview] Translating and distributing the SC08 tutorial handouts?

2009-06-18 Thread Renato Elias
or October. -Ken On 6/15/09 11:10 AM, Renato Elias rnel...@gmail.com wrote: I share the same questions regarding portuguese translations... []'s Renato N. Elias === High Performance Computing Center (NACAD) Federal

Re: [Paraview] Translating and distributing the SC08 tutorial handouts?

2009-06-15 Thread Renato Elias
I share the same questions regarding portuguese translations... []'s Renato N. Elias === High Performance Computing Center (NACAD) Federal University of Rio de Janeiro (UFRJ) Rio de Janeiro, Brazil 2009/6/15 Takuya OSHIMA osh...@eng.niigata-u.ac.jp Dear

Re: [Paraview] Paraview 3.6 compilation with animation in avi format

2009-06-05 Thread Renato Elias
I've chosen not save avi's from ParaView anymore. I think it's better save the frames (jpg or png) and render the movie afterwards, with any format/compression desired, using VirtualDub for instance. more 2 cents ;o) Renato. On Thu, Jun 4, 2009 at 6:10 AM, Didier Roissé

[Paraview] Color bar rescaling for transient datasets

2009-05-14 Thread Renato Elias
Does anyone know if it's possible to rescale the color bar considering all values of a transient dataset? I just need to get the maximum and minimum values across all time steps. thanks for any help. Renato. ___ Powered by www.kitware.com Visit other

Re: [Paraview] Color bar rescaling for transient datasets

2009-05-14 Thread Renato Elias
:05 AM, Renato Elias rnel...@gmail.com wrote: Does anyone know if it's possible to rescale the color bar considering all values of a transient dataset? I just need to get the maximum and minimum values across all time steps. thanks for any help. Renato

Re: [Paraview] Color bar rescaling for transient datasets

2009-05-14 Thread Renato Elias
option. On May 14, 2009, at 8:13 AM, Renato Elias wrote: Ok, I've just found a way using the Temporal Statistics filter to get the maximum and minimum values. After that we just need to fix the color bar range using these values. Just to keep the question: Is there any simpler or automatic

Re: [Paraview] Color bar rescaling for transient datasets

2009-05-14 Thread Renato Elias
be more to it than that. Perhaps if the file format stores ranges over times it will load that and you data follows that? -Ken On 5/14/09 9:00 AM, Renato Elias rnel...@gmail.com wrote: I wonder know what's the magic behind Ensight. It loads the transient data range almost instantaneously

Re: [Paraview] Questions regarding: volume calculation, xyplot along a curve and tensor calculation

2009-04-10 Thread Renato Elias
It seems rounding errors... try to scale your model at least 100x to see what happens... Just to reforce Jie Xu's problem. It's not the first time the Integrate Variable presents issues in volume calculations. Take a look:

[Paraview] Exodus II in Windows machines

2009-04-08 Thread Renato Elias
Is there any brave guy (maybe a Sandia's folk) successfully working with the following exotic combination? Exodus II, Windows and Fortran (well, it _should not_ be exotic) If so, how could you manage such miracle (without using Cygwin or a bunch of huge third party libraries/shells/compilers

Re: [Paraview] Exodus II in Windows machines

2009-04-08 Thread Renato Elias
library? And are you asking if anyone has done that before? -Ken From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] On Behalf Of Renato Elias [rnel...@nacad.ufrj.br] Sent: Wednesday, April 08, 2009 7:49 AM To: paraview@paraview.org

Re: [Paraview] extract surface of multiblock mesh

2009-04-03 Thread Renato Elias
I constantly have the same problem than you removing the parallel interfaces. Even worse, since my solver does not use ghost cells at all. BTW, try to execute the following pipelining in ParaView *version 2.2.1*. Extract Surface -- Clean to grid -- Clip Not sure if it also works with Xdmf

[Paraview] Particle tracing tutorial. Is there any?

2009-03-20 Thread Renato Elias
Hi folks, Does anybody know if there's a (step-by-step) tutorial explaining how the particle tracing filter works? Just wondering to animate particles travelling in the streamlines for a flow past around a circular cilinder problem... BTW, It would be great putting a hint in the Input and Source

Re: [Paraview] open .hdr file in paraview

2009-03-19 Thread Renato Elias
First of all, what is a .hdr format? Is it related to HDF5? If so, HDF5 is not natively supported by ParaView. But you can write a small piece of Xdmf file describing and pointing to the data in your (supposed) HDF5 file. Renato. 2009/3/19 shiwen shiwen19...@hotmail.com Hi Guys, I am new to

[Paraview] Feature request

2009-03-12 Thread Renato Elias
Just a suggestion: It would be great have the pipeline objects grouped when we have multiple views. Sometimes, when the pipeline is large, it's hard to find what object is in each view just looking for the visibility icon (that small eye). Cheers Renato. p.s.: I forgot the link to the

Re: [Paraview] Feature request

2009-03-12 Thread Renato Elias
Thanks Utkarsh, I've just filled in a feature request. regards Renato. On Thu, Mar 12, 2009 at 10:43 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Here's the link: http://paraview.org/Bug/ On Thu, Mar 12, 2009 at 9:40 AM, Renato Elias rnel...@gmail.com wrote: Just a suggestion

Re: [Paraview] Feature request

2009-03-12 Thread Renato Elias
filter_3.2 and so on... Regards Renato. On Thu, Mar 12, 2009 at 2:56 PM, Berk Geveci berk.gev...@kitware.comwrote: Can you be more specific? Grouped based on visibility? Is the idea to quickly find the panel of an object you see in a view? -berk On Thu, Mar 12, 2009 at 9:40 AM, Renato

Re: [Paraview] xdmf hdf5 gzip compressed data

2009-02-18 Thread Renato Elias
Quoting Renato Elias rnel...@gmail.com: Hi Johannes, I use Xdmf/HDF5 in Fortran and my files are compressed. After reading your message I did a test in PV3.4 and the dataset was loaded without any problem. Are you sure that the problem is related to compression? Have you got success in loading