Re: [Paraview] paraview quits when run through Windows Remote Desktop

2016-03-31 Thread Andrew
Sorry for small offtopic, but I didn't notice any remote access issues with
ParaView 5.0.1 RC2 on Windows 7 x64, but I use Linux client (FreeRDP 1.0.2).

2016-04-01 4:58 GMT+03:00 Utkarsh Ayachit :

> You cannot use ParaVIew 5.0 or later over remote desktop anymore.
> ParaView now needs newer OpenGL (3.2 or later) and remote desktop uses
> software OpenGL implementation that only supports OpenGL 1.1. It may
> be possible to build Mesa3D (http://www.mesa3d.org/) on Windows, but I
> personally don't have much experience with Mesa3D on Windows. Maybe
> someone else can chime in.
>
> Utkarsh
>
> On Thu, Mar 31, 2016 at 8:43 PM, Chris Fisichella
>  wrote:
> > Hi,
> >
> > Paraview "started crashing" recently. It was because I switched to
> trying to
> > use it over Windows remote desktop.
> >
> > FYI,
> > Chris
> >
> >
> > ___
> > 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
> >
> ___
> 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
>
___
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] Paraview ray tracing plugin | OSPray

2016-03-31 Thread Raj Kumar Manna
Dear All,

I came to know the ray tracing plugin for Paraview -OSPray. Is there any
documentation for this plugin, like we have one for Surface-LIC
? I can
load the plugin in my paraview 5.0 but could not figure out how to use it.

Thanks your help.
Raj



-- 
##
Raj Kumar Manna
Complex Fluid & Biological Physics Lab
IIT Madras

Ph. No. 8144637401

alternate email: r...@physics.iitm.ac.in 

___
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


Re: [Paraview] [EXTERNAL] BadAlloc Error

2016-03-31 Thread Andy Bauer
Hi Lloyd,

If you've built ParaView yourself in the past then doing it with EGL
support shouldn't be any more difficult. The link that Utkarsh sent out
covers most if not all of the necessary information. I'll highlight the
fact though that you'll need to update your NVIDIA drivers to at least
355.11. The dashboard that's testing ParaView with EGL is running 358.13.

If you're building 5.0 or 5.0.1 it may not have the newest stuff for easily
finding EGL libraries. For reference, on our EGL dashboard machine the
location that the default NVIDIA driver install puts the EGL libraries and
header files are:
 EGL_INCLUDE_DIR  /usr/include
 EGL_LIBRARY  /usr/lib/x86_64-linux-gnu/libEGL.so
 EGL_gldispatch_LIBRARY
/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0
 EGL_opengl_LIBRARY   /usr/lib/x86_64-linux-gnu/libOpenGL.so

Please let us know if you have any problems.

Best,
Andy

On Thu, Mar 31, 2016 at 4:51 PM, Utkarsh Ayachit <
utkarsh.ayac...@kitware.com> wrote:

> Lloyd,
>
> For a headless server with K80s, you cannot use binaries distributed
> from paraview.org. I'd suggesting building ParaView from source with
> EGL support (refer to
>
> https://blog.kitware.com/off-screen-rendering-through-the-native-platform-interface-egl/
> ).
>
> Andy, can you point Lloyd to any addition ParaVIew + EGL build
> information that may be useful? Thanks
>
> Utkarsh
>
>
> On Thu, Mar 31, 2016 at 10:36 AM, Lloyd Brown  wrote:
> > Wellnot exactly.  Just for clarification, this is running pvserver,
> > with a completely headless Xorg instance.  I'm then connecting my
> > desktop's Paraview frontend instance to it over (presumably) a TCP
> > socket.  I'm not actually using SSH x11 forwarding, in this case.
> >
> > But to answer your other question, here's the similar info from my setup:
> >
> >> bash-4.1$ DISPLAY=:0.0 glxinfo | grep OpenGL
> >> OpenGL vendor string: NVIDIA Corporation
> >> OpenGL renderer string: Tesla K80/PCIe/SSE2
> >> OpenGL version string: 4.5.0 NVIDIA 352.79
> >> OpenGL shading language version string: 4.50 NVIDIA
> >> OpenGL extensions:
> >> bash-4.1$
> >
> > So, if I'm interpreting that right, I should be able up to handle OpenGL
> > v4.5.0.
> >
> > Lloyd
> >
> >
> > On 03/30/2016 08:25 PM, Scott, W Alan wrote:
> >> Lloyd,
> >> I see the same thing,  ... um ... sort of.  Mine occurs when ssh -X'ing
> into a remote blade.  New ParaView (i.e., 5.0.0 and later) needs OpenGL
> 3.2.  I suspect that X forwarding isn't supporting OpenGL 3.2.
> >>
> >> If I log onto the blade directly, the OGL version is sufficient.  But,
> when ssh -X'ing into it, if I do a "glxinfo | grep OpenGL", three of the
> lines will say
> >>
> >> OpenGL vendor string: NVIDIA Corporation
> >> OpenGL renderer string: Quadro 3000M/PCIe/SSE2
> >> OpenGL version string: 2.1.2 NVIDIA 337.25
> >>
> >> I wonder if you aren't seeing the same thing?
> >>
> >>
> >> -Original Message-
> >> From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of
> Lloyd Brown
> >> Sent: Wednesday, March 30, 2016 1:37 PM
> >> To: paraview@paraview.org
> >> Subject: [EXTERNAL] [Paraview] BadAlloc Error
> >>
> >> Hi, all.
> >>
> >> I'm trying to get Paraview 5.0 to interact well with the Tesla k80 GPUs
> in my HPC lab, and I'm encountering an interesting error.  I'm hoping that
> someone can point me in the right direction to diagnose it.
> >>
> >> So, on an HPC node, with some k80s installed, I'm launching Xorg
> (example config attached) as root, then launching pvserver
> >> ("DISPLAY=:0.0 pvserver") as my user.  Then when I try to connect from
> the Paraview frontend on my desktop, pvserver exits with this error:
> >>
> >>> Waiting for client...
> >>> Connection URL: cs://m8g-1-5:1
> >>> Accepting connection(s): m8g-1-5:1 Client connected.
> >>> X Error of failed request:  BadAlloc (insufficient resources for
> >>> operation)
> >>>   Major opcode of failed request:  135 (GLX)
> >>>   Minor opcode of failed request:  34 ()
> >>>   Serial number of failed request:  26
> >>>   Current serial number in output stream:  27
> >> Now, according to the guys on the xorg users list (
> https://lists.x.org/archives/xorg/2016-March/057984.html), this is
> occurring as a result of the glXCreateContextAttribsARB call getting denied
> resources somehow, which lines up with the backtrace from gdb (also
> attached).
> >>
> >> Now, under the assumption that pvserver was somehow running out of
> memory, I've verified that the problem still occurs when my HPC job
> requests 64GB (which means the cgroup will limit me to that).
> >>
> >> Since both the client and server are precompiled 5.0 binaries from
> paraview.org, I'm not entirely sure where to go here.  Can anyone shed
> any insight on what might be going on?  A misconfiguration in my Xorg
> config?  Some software package I'm missing?
> >>
> >> It's worth noting that several GLX-based benchmarks (eg. glxgears,
> glxspheres64, glmark2) and utilities (eg. glxinfo, 

Re: [Paraview] paraview quits when run through Windows Remote Desktop

2016-03-31 Thread Utkarsh Ayachit
You cannot use ParaVIew 5.0 or later over remote desktop anymore.
ParaView now needs newer OpenGL (3.2 or later) and remote desktop uses
software OpenGL implementation that only supports OpenGL 1.1. It may
be possible to build Mesa3D (http://www.mesa3d.org/) on Windows, but I
personally don't have much experience with Mesa3D on Windows. Maybe
someone else can chime in.

Utkarsh

On Thu, Mar 31, 2016 at 8:43 PM, Chris Fisichella
 wrote:
> Hi,
>
> Paraview "started crashing" recently. It was because I switched to trying to
> use it over Windows remote desktop.
>
> FYI,
> Chris
>
>
> ___
> 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
>
___
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] paraview quits when run through Windows Remote Desktop

2016-03-31 Thread Chris Fisichella

Hi,

Paraview "started crashing" recently. It was because I switched to trying
to use it over Windows remote desktop.

FYI,
Chris
___
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


Re: [Paraview] [EXTERNAL] Re: ParaView 5.0 Python and Batch

2016-03-31 Thread Utkarsh Ayachit
BTW the comment on the last line should read "#assuming 5 < len(timesteps)".

On Thu, Mar 31, 2016 at 5:07 PM, Scott, W Alan  wrote:
> Perfect, thanks.
>
>
> -Original Message-
> From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com]
> Sent: Thursday, March 31, 2016 2:58 PM
> To: Scott, W Alan
> Cc: paraview@paraview.org
> Subject: [EXTERNAL] Re: [Paraview] ParaView 5.0 Python and Batch
>
> Here's a sample script:
>
> from paraview.simple import *
>
> # Get a list of all available timesteps.
> timeKeeper  = GetTimeKeeper()
> timesteps = timeKeeper.TimestepValues
>
> # Now make animation scene go to a specific timestep:
> scene = GetAnimationScene()
> scene.AnimationTime = timesteps[5] # assuming 5 > len(timesteps)
___
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


Re: [Paraview] [EXTERNAL] Re: ParaView 5.0 Python and Batch

2016-03-31 Thread Scott, W Alan
Perfect, thanks.


-Original Message-
From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] 
Sent: Thursday, March 31, 2016 2:58 PM
To: Scott, W Alan
Cc: paraview@paraview.org
Subject: [EXTERNAL] Re: [Paraview] ParaView 5.0 Python and Batch

Here's a sample script:

from paraview.simple import *

# Get a list of all available timesteps.
timeKeeper  = GetTimeKeeper()
timesteps = timeKeeper.TimestepValues

# Now make animation scene go to a specific timestep:
scene = GetAnimationScene()
scene.AnimationTime = timesteps[5] # assuming 5 > len(timesteps)
___
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


Re: [Paraview] ParaView 5.0 Python and Batch

2016-03-31 Thread Utkarsh Ayachit
Here's a sample script:

from paraview.simple import *

# Get a list of all available timesteps.
timeKeeper  = GetTimeKeeper()
timesteps = timeKeeper.TimestepValues

# Now make animation scene go to a specific timestep:
scene = GetAnimationScene()
scene.AnimationTime = timesteps[5] # assuming 5 > len(timesteps)
___
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


Re: [Paraview] [EXTERNAL] BadAlloc Error

2016-03-31 Thread Utkarsh Ayachit
Lloyd,

For a headless server with K80s, you cannot use binaries distributed
from paraview.org. I'd suggesting building ParaView from source with
EGL support (refer to
https://blog.kitware.com/off-screen-rendering-through-the-native-platform-interface-egl/).

Andy, can you point Lloyd to any addition ParaVIew + EGL build
information that may be useful? Thanks

Utkarsh


On Thu, Mar 31, 2016 at 10:36 AM, Lloyd Brown  wrote:
> Wellnot exactly.  Just for clarification, this is running pvserver,
> with a completely headless Xorg instance.  I'm then connecting my
> desktop's Paraview frontend instance to it over (presumably) a TCP
> socket.  I'm not actually using SSH x11 forwarding, in this case.
>
> But to answer your other question, here's the similar info from my setup:
>
>> bash-4.1$ DISPLAY=:0.0 glxinfo | grep OpenGL
>> OpenGL vendor string: NVIDIA Corporation
>> OpenGL renderer string: Tesla K80/PCIe/SSE2
>> OpenGL version string: 4.5.0 NVIDIA 352.79
>> OpenGL shading language version string: 4.50 NVIDIA
>> OpenGL extensions:
>> bash-4.1$
>
> So, if I'm interpreting that right, I should be able up to handle OpenGL
> v4.5.0.
>
> Lloyd
>
>
> On 03/30/2016 08:25 PM, Scott, W Alan wrote:
>> Lloyd,
>> I see the same thing,  ... um ... sort of.  Mine occurs when ssh -X'ing into 
>> a remote blade.  New ParaView (i.e., 5.0.0 and later) needs OpenGL 3.2.  I 
>> suspect that X forwarding isn't supporting OpenGL 3.2.
>>
>> If I log onto the blade directly, the OGL version is sufficient.  But, when 
>> ssh -X'ing into it, if I do a "glxinfo | grep OpenGL", three of the lines 
>> will say
>>
>> OpenGL vendor string: NVIDIA Corporation
>> OpenGL renderer string: Quadro 3000M/PCIe/SSE2
>> OpenGL version string: 2.1.2 NVIDIA 337.25
>>
>> I wonder if you aren't seeing the same thing?
>>
>>
>> -Original Message-
>> From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Lloyd 
>> Brown
>> Sent: Wednesday, March 30, 2016 1:37 PM
>> To: paraview@paraview.org
>> Subject: [EXTERNAL] [Paraview] BadAlloc Error
>>
>> Hi, all.
>>
>> I'm trying to get Paraview 5.0 to interact well with the Tesla k80 GPUs in 
>> my HPC lab, and I'm encountering an interesting error.  I'm hoping that 
>> someone can point me in the right direction to diagnose it.
>>
>> So, on an HPC node, with some k80s installed, I'm launching Xorg (example 
>> config attached) as root, then launching pvserver
>> ("DISPLAY=:0.0 pvserver") as my user.  Then when I try to connect from the 
>> Paraview frontend on my desktop, pvserver exits with this error:
>>
>>> Waiting for client...
>>> Connection URL: cs://m8g-1-5:1
>>> Accepting connection(s): m8g-1-5:1 Client connected.
>>> X Error of failed request:  BadAlloc (insufficient resources for
>>> operation)
>>>   Major opcode of failed request:  135 (GLX)
>>>   Minor opcode of failed request:  34 ()
>>>   Serial number of failed request:  26
>>>   Current serial number in output stream:  27
>> Now, according to the guys on the xorg users list 
>> (https://lists.x.org/archives/xorg/2016-March/057984.html), this is 
>> occurring as a result of the glXCreateContextAttribsARB call getting denied 
>> resources somehow, which lines up with the backtrace from gdb (also 
>> attached).
>>
>> Now, under the assumption that pvserver was somehow running out of memory, 
>> I've verified that the problem still occurs when my HPC job requests 64GB 
>> (which means the cgroup will limit me to that).
>>
>> Since both the client and server are precompiled 5.0 binaries from 
>> paraview.org, I'm not entirely sure where to go here.  Can anyone shed any 
>> insight on what might be going on?  A misconfiguration in my Xorg config?  
>> Some software package I'm missing?
>>
>> It's worth noting that several GLX-based benchmarks (eg. glxgears, 
>> glxspheres64, glmark2) and utilities (eg. glxinfo, glewinfo) seem to be able 
>> to interact with the Xorg just fine.
>>
>> Thanks,
>>
>> --
>> Lloyd Brown
>> Systems Administrator
>> Fulton Supercomputing Lab
>> Brigham Young University
>> http://marylou.byu.edu
>>
>
> --
> Lloyd Brown
> Systems Administrator
> Fulton Supercomputing Lab
> Brigham Young University
> http://marylou.byu.edu
>
> ___
> 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
___
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=ParaV

[Paraview] ParaView 5.0 Python and Batch

2016-03-31 Thread Scott, W Alan
Question from a user:

Quick question, I'm looking through the documents and can't seem to find what I 
am looking for. I want to create a batch script to save an image every few 
seconds of my simulation. I'm aware of vtkAnimationPlayer, where I can use 
GetAnimationScene and use GoToNext() to get the next frame and perform 
SaveScreenShot inside a python loop. However, is there a method similar to 
GoTo(double time) ?? I don't want to load every time frame as it takes a long 
time to load each one. I would like to do it at a variable time interval inside 
a python loop. Obviously, I can loop through with GoToNext and save every 100 
frames etc, but that will take forever loading them up.

I tried doing a trace monitor, but it does not reflect an action taken where I 
type in a time inside the "Time" box. However, it does report when I press the 
animation buttons, ie. GoToNext, GoToFirst, GoToLast etc.

Please advise,
___
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


Re: [Paraview] EXTERNAL: Re: CxxOverlappingAMRExample with Catalyst Live

2016-03-31 Thread Andy Bauer
Hi Jim,

Yes, you can have a Catalyst instrumented code connect to something running
pvserver and have the pvserver connect to the client. At the end of the
Python generated scripts there should be a line that looks like:
coprocessor.DoLiveVisualization(datadescription, "localhost", 2)

Here you just have to edit it to point to something other than localhost.

As for overlapping structured grids, there's no convenient
composite/multiblock data set for that like there is for Cartesian grids.
What you would need to do is use vtkStructuredGrids with blanking done
manually and then just add them in as blocks in a vtkMultiBlockDataSet. It
won't have the structure that the AMR specific composite data sets have so
it may be a bit slower for some filters but it should work pretty much like
you want for most stuff. Please let us know if you try this out and get
unexpected/undesired behaviour.

Best,
Andy

On Thu, Mar 31, 2016 at 12:05 PM,  wrote:

> Hi Andy,
>
>
>
> Thanks for your reply. Currently I am looking at the small examples but I
> would like to be able to fetch larger geometries in future. Is it possible
> for the simulation to connect to a parallel pvserver which will send images
> back to the client?
>
>
>
> Putting interactive usage to one side for a moment, is non-uniform AMR
> supported in Catalyst batch? I.e. overlapping structured grids . I couldn’t
> find any references to non-uniform AMR in ParaView while researching.
>
>
>
> Kind regards,
>
> Jim
>
>
>
> *From:* Andy Bauer [mailto:andy.ba...@kitware.com]
> *Sent:* 31 March 2016 16:08
> *To:* Eliot Jim AWE 
> *Cc:* paraview@paraview.org
> *Subject:* EXTERNAL: Re: [Paraview] CxxOverlappingAMRExample with
> Catalyst Live
>
>
>
> Hi Jim,
>
> Yes, currently Overlapping AMR data sets are not supported by Catalyst
> Live. This is because VTK doesn't support sending that data object. That
> would have to be changed in vtkCommunicator::Send(vtkDataObject* data, int
> remoteHandle, int tag).
>
> A workaround would be to use a Threshold filter to convert to a multiblock
> of unstructured grids, use the merge blocks filter and then extract this
> output to the client. You'll get some warnings about the data set not being
> a polydata (think about running a large simulation and trying to transfer
> all of that to a separate server or client). I'm assuming since you're
> trying to fetch the entire data set that the use case isn't for an overly
> large data set.
>
> Cheers,
>
> Andy
>
>
>
> On Thu, Mar 31, 2016 at 9:44 AM,  wrote:
>
>
>
> Good afternoon,
>
>
>
> I have been trying to use Catalyst Live with the CxxOverlappingAMRExample
> from the ParaView Catalyst Example Code repository [1] but I see an error
> when I try to visualise the data from a ParaView client. The client
> connects to the simulation successfully and PVTrivialProducer1 appears in
> the Pipeline Browser. The Information tab shows it as an Overlapping AMR
> Dataset with 3 levels. However, when I click on the PVTrivialProducer1
> icon, ParaView prints an error then segfaults. The error is something like:
>
>
>
> Warning: In /VTK/Parallel/Core/vtkCommunicator.cxx, line 394
>
> vtkSocketCommunicator (…): Cannot receive vtkOverlappingAMR
>
>
>
> I have tried this with both ParaView 4.4.0 and 5.0.0 with the same
> results. The example works fine when I am using non-Live Catalyst (i.e. it
> writes out a bunch of vtm files that I can read into ParaView).
>
>
>
> So I am wondering, are AMR meshes not supported by Catalyst Live? Do I
> have to handle AMR meshes differently when using Catalyst interactively?
>
>
>
> Many thanks,
>
> Jim
>
>
>
> [1] https://github.com/Kitware/ParaViewCatalystExampleCode
>
>
>
> *Jim Eliot*
>
> *High Performance Computing Group*
>
> AWE, Aldermaston, Reading, RG7 4PR
>
>
>
> The information in this email and in any attachment(s) is commercial in
> confidence. If you are not the named addressee(s) or if you receive this
> email in error then any distribution, copying or use of this communication
> or the information in it is strictly prohibited. Please notify us
> immediately by email at admin.internet(at)awe.co.uk, and then delete this
> message from your computer. While attachments are virus checked, AWE plc
> does not accept any liability in respect of any virus which is not
> detected. AWE Plc Registered in England and Wales Registration No 02763902
> AWE, Aldermaston, Reading, RG7 4PR
>
>
> ___
> 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
>
>
> The information in this email and in any attachment(s) is commercial in
> confidence. If you are not the named

Re: [Paraview] Paraview crashes when loading a saved state file that includes a Programmable Filter with a specific line

2016-03-31 Thread Utkarsh Ayachit
> In the RequestInformation section of a
> Programmable Filter, I have the following line:
>
> if inputs[0].VTKObject.GetCell(0).GetClassName() == 'vtkPolyLine':

One should not access data in RequestInformation. Data is not expected
to be available in this pass. It can work in certain cases where the
upstream was explicitly updated before the Programmable Filter was
created, but will not work always -- as you're seeing with your
segfaults when loading state file.

Utkarsh
___
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


Re: [Paraview] [EXTERNAL] Save set-range-values

2016-03-31 Thread Scott, W Alan
Lukasz,
Not that I know of.  This really shouldn't be a setting - this should be 
default behavior.  Min/max shouldn't change for a variable as you explore your 
data.

I took the liberty of writing this bug up.  It is here: 
http://www.paraview.org/Bug/view.php?id=16052.  I also targeted it for the next 
release or two.

Thanks for reporting it.

Alan

From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Paluszek, 
Lukasz
Sent: Thursday, March 31, 2016 7:40 AM
To: paraview@paraview.org
Subject: [EXTERNAL] [Paraview] Save set-range-values

Dear All,

Is it possible to save the variable ranges in the set range box for a given 
variable just like the color map settings? Each time a variable is 
re-displayed, its value range is reset to min/max. I would like to set some 
range for a variable, let's say pressure, and have Paraview stick to these 
ranges each time this variable is displayed throughout the session.

Example:

Take disk_out_ref.ex2 and view velocity magnitude. Set ranges to min=10 and 
max=16, change coloring to temperature and then back to velocity magnitude. The 
previously defined ranges are reset to global min/max.

Regards,
Lukasz
[Beschreibung: Beschreibung: Description : cid:image001.png@01CF0B8F.DB7831F0]
Łukasz Paluszek
Airbus Helicopters
Aerodynamics Department (ETGA)
86607 Donauwörth
Germany
Tel.: +49 (90) 671 8231
Fax.: +49 (90) 671 9122
lukasz.palus...@airbus.com


AIRBUS HELICOPTERS DEUTSCHLAND GmbH

Sitz der Gesellschaft / Registered Office: Donauwörth

Registergericht / Registration Court: Amtsgericht Augsburg HRB 16508

Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Guillaume 
Faury

Geschäftsführung / Board of Management: Dr. Wolfgang Schoder, Vorsitzender / 
CEO; Johannes Kleidorfer; Dr. Klaus Przemeck; Martin Schübel; Stefan Thomé



The information in this e-mail is confidential. The contents may not be 
disclosed or used by anyone other than the addressee. Access to this e-mail by 
anyone else is unauthorised.

If you are not the intended recipient, please notify Airbus immediately and 
delete this e-mail.

Airbus cannot accept any responsibility for the accuracy or completeness of 
this e-mail as it has been sent over public networks. If you have any concerns 
over the content of this message or its Accuracy or Integrity, please contact 
Airbus immediately.

All outgoing e-mails from Airbus are checked using regularly updated virus 
scanning software but you should take whatever measures you deem to be 
appropriate to ensure that this message and any attachments are virus free.






___
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] Paraview crashes when loading a saved state file that includes a Programmable Filter with a specific line

2016-03-31 Thread Evan Kao
Paraview version: Paraview 5.0 on Windows 7 64-bit

Hello all,

I noticed a fairly specific issue and I was hoping if someone could
enlighten me as to why it happens.  In the RequestInformation section of a
Programmable Filter, I have the following line:

if inputs[0].VTKObject.GetCell(0).GetClassName() == 'vtkPolyLine':

i.e. I'm testing if one of the inputs has a polyline cell.  When I save the
state and reload it, Paraview crashes.  Through some testing, I found that
the issue is specifically with

inputs[0].VTKObject.GetCell(0)

There must be some nuance in the VTK/Paraview pipeline that I'm unaware of
that results in a memory issue or something when attempting to retrieve a
cell while loading a .pvsm state file.

The issue should be easily reproduced by creating a sphere, applying a
Programmable Filter, and simply typing inputs[0].VTKObject.GetCell(0) in
the Request Information box, saving the state and reloading it.

I can get around it, but I wanted to know why it happens to get a better
understanding of VTK or Paraview.

If you want to know the application: The filter takes in two inputs and
only one is time-dependent.  To keep the time-dependence, I needed to
figure out which input is the time-dependent one (the one that I know is
not a line) and set the time steps and time range of the output information
accordingly.

Thanks,
Evan Kao
___
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


Re: [Paraview] EXTERNAL: Re: CxxOverlappingAMRExample with Catalyst Live

2016-03-31 Thread Jim.Eliot
Hi Andy,

Thanks for your reply. Currently I am looking at the small examples but I would 
like to be able to fetch larger geometries in future. Is it possible for the 
simulation to connect to a parallel pvserver which will send images back to the 
client?

Putting interactive usage to one side for a moment, is non-uniform AMR 
supported in Catalyst batch? I.e. overlapping structured grids . I couldn’t 
find any references to non-uniform AMR in ParaView while researching.

Kind regards,
Jim

From: Andy Bauer [mailto:andy.ba...@kitware.com]
Sent: 31 March 2016 16:08
To: Eliot Jim AWE 
Cc: paraview@paraview.org
Subject: EXTERNAL: Re: [Paraview] CxxOverlappingAMRExample with Catalyst Live

Hi Jim,
Yes, currently Overlapping AMR data sets are not supported by Catalyst Live. 
This is because VTK doesn't support sending that data object. That would have 
to be changed in vtkCommunicator::Send(vtkDataObject* data, int remoteHandle, 
int tag).
A workaround would be to use a Threshold filter to convert to a multiblock of 
unstructured grids, use the merge blocks filter and then extract this output to 
the client. You'll get some warnings about the data set not being a polydata 
(think about running a large simulation and trying to transfer all of that to a 
separate server or client). I'm assuming since you're trying to fetch the 
entire data set that the use case isn't for an overly large data set.
Cheers,
Andy

On Thu, Mar 31, 2016 at 9:44 AM, 
mailto:jim.el...@awe.co.uk>> wrote:

Good afternoon,

I have been trying to use Catalyst Live with the CxxOverlappingAMRExample from 
the ParaView Catalyst Example Code repository [1] but I see an error when I try 
to visualise the data from a ParaView client. The client connects to the 
simulation successfully and PVTrivialProducer1 appears in the Pipeline Browser. 
The Information tab shows it as an Overlapping AMR Dataset with 3 levels. 
However, when I click on the PVTrivialProducer1 icon, ParaView prints an error 
then segfaults. The error is something like:

Warning: In /VTK/Parallel/Core/vtkCommunicator.cxx, line 394
vtkSocketCommunicator (…): Cannot receive vtkOverlappingAMR

I have tried this with both ParaView 4.4.0 and 5.0.0 with the same results. The 
example works fine when I am using non-Live Catalyst (i.e. it writes out a 
bunch of vtm files that I can read into ParaView).

So I am wondering, are AMR meshes not supported by Catalyst Live? Do I have to 
handle AMR meshes differently when using Catalyst interactively?

Many thanks,
Jim

[1] https://github.com/Kitware/ParaViewCatalystExampleCode

Jim Eliot
High Performance Computing Group
AWE, Aldermaston, Reading, RG7 4PR


The information in this email and in any attachment(s) is commercial in 
confidence. If you are not the named addressee(s) or if you receive this email 
in error then any distribution, copying or use of this communication or the 
information in it is strictly prohibited. Please notify us immediately by email 
at admin.internet(at)awe.co.uk, and then delete this message 
from your computer. While attachments are virus checked, AWE plc does not 
accept any liability in respect of any virus which is not detected. AWE Plc 
Registered in England and Wales Registration No 02763902 AWE, Aldermaston, 
Reading, RG7 4PR

___
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



The information in this email and in any attachment(s) is 
commercial in confidence. If you are not the named addressee(s) 
or 
if you receive this email in error then any distribution, copying or 
use of this communication or the information in it is strictly 
prohibited. Please notify us immediately by email at 
admin.internet(at)awe.co.uk, and then delete this message from 
your computer. While attachments are virus checked, AWE plc 
does not accept any liability in respect of any virus which is not 
detected.

AWE Plc
Registered in England and Wales
Registration No 02763902
AWE, Aldermaston, Reading, RG7 4PR

___
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


Re: [Paraview] CxxOverlappingAMRExample with Catalyst Live

2016-03-31 Thread Andy Bauer
Hi Jim,

Yes, currently Overlapping AMR data sets are not supported by Catalyst
Live. This is because VTK doesn't support sending that data object. That
would have to be changed in vtkCommunicator::Send(vtkDataObject* data, int
remoteHandle, int tag).

A workaround would be to use a Threshold filter to convert to a multiblock
of unstructured grids, use the merge blocks filter and then extract this
output to the client. You'll get some warnings about the data set not being
a polydata (think about running a large simulation and trying to transfer
all of that to a separate server or client). I'm assuming since you're
trying to fetch the entire data set that the use case isn't for an overly
large data set.

Cheers,
Andy

On Thu, Mar 31, 2016 at 9:44 AM,  wrote:

>
>
> Good afternoon,
>
>
>
> I have been trying to use Catalyst Live with the CxxOverlappingAMRExample
> from the ParaView Catalyst Example Code repository [1] but I see an error
> when I try to visualise the data from a ParaView client. The client
> connects to the simulation successfully and PVTrivialProducer1 appears in
> the Pipeline Browser. The Information tab shows it as an Overlapping AMR
> Dataset with 3 levels. However, when I click on the PVTrivialProducer1
> icon, ParaView prints an error then segfaults. The error is something like:
>
>
>
> Warning: In /VTK/Parallel/Core/vtkCommunicator.cxx, line 394
>
> vtkSocketCommunicator (…): Cannot receive vtkOverlappingAMR
>
>
>
> I have tried this with both ParaView 4.4.0 and 5.0.0 with the same
> results. The example works fine when I am using non-Live Catalyst (i.e. it
> writes out a bunch of vtm files that I can read into ParaView).
>
>
>
> So I am wondering, are AMR meshes not supported by Catalyst Live? Do I
> have to handle AMR meshes differently when using Catalyst interactively?
>
>
>
> Many thanks,
>
> Jim
>
>
>
> [1] https://github.com/Kitware/ParaViewCatalystExampleCode
>
>
>
> *Jim Eliot*
>
> *High Performance Computing Group*
>
> AWE, Aldermaston, Reading, RG7 4PR
>
>
>
> The information in this email and in any attachment(s) is commercial in
> confidence. If you are not the named addressee(s) or if you receive this
> email in error then any distribution, copying or use of this communication
> or the information in it is strictly prohibited. Please notify us
> immediately by email at admin.internet(at)awe.co.uk, and then delete this
> message from your computer. While attachments are virus checked, AWE plc
> does not accept any liability in respect of any virus which is not
> detected. AWE Plc Registered in England and Wales Registration No 02763902
> AWE, Aldermaston, Reading, RG7 4PR
>
> ___
> 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
>
>
___
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


Re: [Paraview] [EXTERNAL] BadAlloc Error

2016-03-31 Thread Lloyd Brown
Wellnot exactly.  Just for clarification, this is running pvserver,
with a completely headless Xorg instance.  I'm then connecting my
desktop's Paraview frontend instance to it over (presumably) a TCP
socket.  I'm not actually using SSH x11 forwarding, in this case.

But to answer your other question, here's the similar info from my setup:

> bash-4.1$ DISPLAY=:0.0 glxinfo | grep OpenGL
> OpenGL vendor string: NVIDIA Corporation
> OpenGL renderer string: Tesla K80/PCIe/SSE2
> OpenGL version string: 4.5.0 NVIDIA 352.79
> OpenGL shading language version string: 4.50 NVIDIA
> OpenGL extensions:
> bash-4.1$

So, if I'm interpreting that right, I should be able up to handle OpenGL
v4.5.0.

Lloyd


On 03/30/2016 08:25 PM, Scott, W Alan wrote:
> Lloyd, 
> I see the same thing,  ... um ... sort of.  Mine occurs when ssh -X'ing into 
> a remote blade.  New ParaView (i.e., 5.0.0 and later) needs OpenGL 3.2.  I 
> suspect that X forwarding isn't supporting OpenGL 3.2.
>
> If I log onto the blade directly, the OGL version is sufficient.  But, when 
> ssh -X'ing into it, if I do a "glxinfo | grep OpenGL", three of the lines 
> will say 
>
> OpenGL vendor string: NVIDIA Corporation
> OpenGL renderer string: Quadro 3000M/PCIe/SSE2
> OpenGL version string: 2.1.2 NVIDIA 337.25
>
> I wonder if you aren't seeing the same thing?  
>
>
> -Original Message-
> From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Lloyd Brown
> Sent: Wednesday, March 30, 2016 1:37 PM
> To: paraview@paraview.org
> Subject: [EXTERNAL] [Paraview] BadAlloc Error
>
> Hi, all.
>
> I'm trying to get Paraview 5.0 to interact well with the Tesla k80 GPUs in my 
> HPC lab, and I'm encountering an interesting error.  I'm hoping that someone 
> can point me in the right direction to diagnose it.
>
> So, on an HPC node, with some k80s installed, I'm launching Xorg (example 
> config attached) as root, then launching pvserver
> ("DISPLAY=:0.0 pvserver") as my user.  Then when I try to connect from the 
> Paraview frontend on my desktop, pvserver exits with this error:
>
>> Waiting for client...
>> Connection URL: cs://m8g-1-5:1
>> Accepting connection(s): m8g-1-5:1 Client connected.
>> X Error of failed request:  BadAlloc (insufficient resources for
>> operation)
>>   Major opcode of failed request:  135 (GLX)
>>   Minor opcode of failed request:  34 ()
>>   Serial number of failed request:  26
>>   Current serial number in output stream:  27
> Now, according to the guys on the xorg users list 
> (https://lists.x.org/archives/xorg/2016-March/057984.html), this is occurring 
> as a result of the glXCreateContextAttribsARB call getting denied resources 
> somehow, which lines up with the backtrace from gdb (also attached).
>
> Now, under the assumption that pvserver was somehow running out of memory, 
> I've verified that the problem still occurs when my HPC job requests 64GB 
> (which means the cgroup will limit me to that).
>
> Since both the client and server are precompiled 5.0 binaries from 
> paraview.org, I'm not entirely sure where to go here.  Can anyone shed any 
> insight on what might be going on?  A misconfiguration in my Xorg config?  
> Some software package I'm missing?
>
> It's worth noting that several GLX-based benchmarks (eg. glxgears, 
> glxspheres64, glmark2) and utilities (eg. glxinfo, glewinfo) seem to be able 
> to interact with the Xorg just fine.
>
> Thanks,
>
> --
> Lloyd Brown
> Systems Administrator
> Fulton Supercomputing Lab
> Brigham Young University
> http://marylou.byu.edu
>

-- 
Lloyd Brown
Systems Administrator
Fulton Supercomputing Lab
Brigham Young University
http://marylou.byu.edu

___
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] CxxOverlappingAMRExample with Catalyst Live

2016-03-31 Thread Jim.Eliot

Good afternoon,

I have been trying to use Catalyst Live with the CxxOverlappingAMRExample from 
the ParaView Catalyst Example Code repository [1] but I see an error when I try 
to visualise the data from a ParaView client. The client connects to the 
simulation successfully and PVTrivialProducer1 appears in the Pipeline Browser. 
The Information tab shows it as an Overlapping AMR Dataset with 3 levels. 
However, when I click on the PVTrivialProducer1 icon, ParaView prints an error 
then segfaults. The error is something like:

Warning: In /VTK/Parallel/Core/vtkCommunicator.cxx, line 394
vtkSocketCommunicator (...): Cannot receive vtkOverlappingAMR

I have tried this with both ParaView 4.4.0 and 5.0.0 with the same results. The 
example works fine when I am using non-Live Catalyst (i.e. it writes out a 
bunch of vtm files that I can read into ParaView).

So I am wondering, are AMR meshes not supported by Catalyst Live? Do I have to 
handle AMR meshes differently when using Catalyst interactively?

Many thanks,
Jim

[1] https://github.com/Kitware/ParaViewCatalystExampleCode

Jim Eliot
High Performance Computing Group
AWE, Aldermaston, Reading, RG7 4PR





The information in this email and in any attachment(s) is
commercial in confidence. If you are not the named addressee(s)
or
if you receive this email in error then any distribution, copying or
use of this communication or the information in it is strictly
prohibited. Please notify us immediately by email at
admin.internet(at)awe.co.uk, and then delete this message from
your computer. While attachments are virus checked, AWE plc
does not accept any liability in respect of any virus which is not
detected.

AWE Plc
Registered in England and Wales
Registration No 02763902
AWE, Aldermaston, Reading, RG7 4PR
___
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] Save set-range-values

2016-03-31 Thread Paluszek, Lukasz
Dear All,

Is it possible to save the variable ranges in the set range box for a given 
variable just like the color map settings? Each time a variable is 
re-displayed, its value range is reset to min/max. I would like to set some 
range for a variable, let's say pressure, and have Paraview stick to these 
ranges each time this variable is displayed throughout the session.

Example:

Take disk_out_ref.ex2 and view velocity magnitude. Set ranges to min=10 and 
max=16, change coloring to temperature and then back to velocity magnitude. The 
previously defined ranges are reset to global min/max.

Regards,
Lukasz
[Beschreibung: Beschreibung: Description : cid:image001.png@01CF0B8F.DB7831F0]
Łukasz Paluszek
Airbus Helicopters
Aerodynamics Department (ETGA)
86607 Donauwörth
Germany
Tel.: +49 (90) 671 8231
Fax.: +49 (90) 671 9122
lukasz.palus...@airbus.com


AIRBUS HELICOPTERS DEUTSCHLAND GmbH

Sitz der Gesellschaft / Registered Office: Donauwörth

Registergericht / Registration Court: Amtsgericht Augsburg HRB 16508

Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Guillaume 
Faury

Geschäftsführung / Board of Management: Dr. Wolfgang Schoder, Vorsitzender / 
CEO; Johannes Kleidorfer; Dr. Klaus Przemeck; Martin Schübel; Stefan Thomé


The information in this e-mail is confidential. The contents may not be 
disclosed or used by anyone other than the addressee. Access to this e-mail by 
anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and 
delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of 
this e-mail as it has been sent over public networks. If you have any concerns 
over the content of this message or its Accuracy or Integrity, please contact 
Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus 
scanning software but you should take whatever measures you deem to be 
appropriate to ensure that this message and any attachments are virus free.




___
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


Re: [Paraview] help with scalar field over moving mesh coming from PETSc code

2016-03-31 Thread David E DeMarle
Hi Luca,
Try this -> open up both data sets, select both in the Pipeline Browser and
apply the Append Attributes filter.

hope that help


On Mar 30, 2016 5:11 AM, "Luca Pavarino"  wrote:

>
> I need to visualize in Paraview at every time step a scalar field (in my
> PETSc code Vec cc_1 below) over a moving structured mesh (Vec um). Both the
> field and the mesh are solutions of some a parallel PETSc time-dependent
> PDE code. Do you have a simple PETSc example to output these vectors at
> each time step and see them in Paraview (either each snapshot separately or
> with a movie)?
>
> I tried with the simple PETSc code (Vec cc_1 is the scalar field and Vec
> uum_1 is the vector of 3D coordinates):
>
>  write (filename,"(A, I4.4, A)") "uuvtk", int(k*dt),".vts"
>  call PetscViewerVTKOpen(PETSC_COMM_WORLD,filename,
>  & FILE_MODE_WRITE,view_out_vtk,ierr);
>  call VecView(cc_1,view_out_vtk,ierr)
>  call PetscViewerDestroy(view_out_vtk,ierr)
>
>  write (filename,"(A, I4.4, A)") "uumvtk", int(k*dt),".vts"
>  call PetscViewerVTKOpen(PETSC_COMM_WORLD,filename,
>  & FILE_MODE_WRITE,view_out_vtk,ierr);
>  call VecView(uum_1,view_out_vtk,ierr)
>  call PetscViewerDestroy(view_out_vtk,ierr)
>
> but I get 2 separate vectors and I do not know how to make Paraview see
> that the scalar field is defined over the coordinate mesh. Thanks for any
> help,
>
>  Luca
> ___
> 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
>
___
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] req: please exclude userguide from binary installers

2016-03-31 Thread Gena Bug

Hi!

Paraview is developed fast and all new features are great! That's why I 
download all new releases including RC. However, installation binaries 
are huge because they include UserGuide in pdf. Excluding it decreases 
archive size from 379 Mb to 204 Mb (almost twice!) I know, most of you 
have high-speed Internet and you don't see the difference, however I'm 
not so lucky... It'll be great for me if developers exclude userguide 
from the installation binaries.


P.S. Userguide included in "Data, Documentation, and Tutorials" type of 
download, so there is also a kind of duplication.

___
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