Re: [Paraview] Generate Ids filter gives Ids greater than number of points

2017-10-30 Thread Evan Kao
Sorry, nevermind. It turns out I already had an 'Ids' array on my surface and Generate Ids by default doesn't overwrite it. When specifying a different name, it works as expected. On Mon, Oct 30, 2017 at 7:17 PM, Evan Kao wrote: > Hello all, > > I'm not sure if this is a

[Paraview] Generate Ids filter gives Ids greater than number of points

2017-10-30 Thread Evan Kao
Hello all, I'm not sure if this is a bug, but the Generate Ids filter in Paraview is acting in an unexpected manner (currently using Paraview 5.4.0 installed from Windows binaries). For some reason, it generates point IDs higher than the number of points on the surface. The surface was

Re: [Paraview] pvbatch

2017-10-30 Thread Utkarsh Ayachit
Seems like pvbatch is not in the path. Can you confirm that `module load paraview/5.4.0-osmesa` is indeed pointing to a valid PATH and that contains a `pvbatch` executable? Utkarsh On Mon, Oct 30, 2017 at 8:14 PM, White, Judy wrote: > I am having problems using pvbatch on the

[Paraview] pvbatch

2017-10-30 Thread White, Judy
I am having problems using pvbatch on the LANL machines. It works fine on paraview/5.2.0, but can’t find pvbatch with paraview/5.4.0. I contacted the consultants at LANL, and they suggested that I send this problem to you. Any help or suggestions would be appreciated! Thanks – Judy White (505)

Re: [Paraview] Error with plot selection over time

2017-10-30 Thread Jairaj Mathur
Hey all I was thinking more about this, and I was wondering, is this because paraview can't find cell_id of the cells? Thanks Jairaj Mathur Mechanical Engineering Washington University in St Louis On Oct 26, 2017 4:18 PM, "Jairaj Mathur" wrote: > Hey all > > I have

Re: [Paraview] Does Catalyst add MPI processes or use TCP communication?

2017-10-30 Thread Kolja Petersen
Thanks for clarification, Andy. The Catalyst user guide gives the impression that it is also designed for live visualization of huge parallel data, which is kind of misleading if all data are sent via a single TCP connection between simulation and render server. I'd suggest you point this out in

Re: [Paraview] C++ client, PV server

2017-10-30 Thread Heiland, Randy
Thanks Mathieu. Hmm, too bad. Was hoping Catalyst might provide some magic workflow. Also saw this post from several years back (https://public.kitware.com/pipermail/paraview/2010-December/019693.html ) and was hoping

Re: [Paraview] Does Catalyst add MPI processes or use TCP communication?

2017-10-30 Thread Andy Bauer
Currently Catalyst sends its data to pvserver through sockets which will not likely not utilize an HPC's fast interconnect. We hope to address this in the future using ADIOS but I don't have a timetable on when that will be done. On Sat, Oct 28, 2017 at 12:57 PM, Kolja Petersen

Re: [Paraview] vtkCutter

2017-10-30 Thread Cory Quammen
Hmm, vtkContourTriangulator may not copy point data to its output. You can use Resample With Dataset to get the point data back in the output of vtkContourTriangulator. Select the input to the triangulator as well as the triangulator itself and add a Resample With Dataset Set filter. Set the Input

Re: [Paraview] GIS - VTK/Blender - Converter

2017-10-30 Thread Aashish Chaudhary
Hi Michael, This is great news. congratulations and thanks for sharing this information. Few of us would be happy to follow up with you on this. I will send another email on this matter. Thanks, On Sat, Oct 28, 2017 at 10:36 AM Michael Nolde wrote: > Dear mailing list

Re: [Paraview] superbuild: fontconfig too old to compile (current does)

2017-10-30 Thread Ben Boeckel
On Sun, Oct 29, 2017 at 20:10:26 +0100, Fabian Wein wrote: > I could not find the build error in the link. > > The earliest version that builds for my gcc 7.2.1 is > fontconfig-2.12.4, maybe this is a „compromise“? Ah, sorry, I forgot to report back here. The issue is fixed on master. It

Re: [Paraview] C++ client, PV server

2017-10-30 Thread Mathieu Westphal
Hello You cannot use your own C++ client with the binary, since you will need to build your client againt a builded ParaView. However in the binaries you can find paraview executable wich is our main c++ client and can be used with pvserver. Best regards, Mathieu Westphal On Mon, Oct 30, 2017