Hi Rich,
The command line will be:
mpirun -np 1 /path/to/pvbatch /path/to/script.py
The pvbatch executable is similar to pvserver, except proc 0 doesn't wait
for a client connection, it reads the python script specified on the
command line and executes the script as if it were instructions from
Hello, ParaView genii,
I would like to run ParaView to view some data in parallel using the following
script from a user as a basis. I'm not sure how to do this right. I've never
scripted Paraview before, and am thus clueless how to make it work. Can
someone on this list tell me how Paravie
Dear all,
just realized that in Paraview 3.10 there were a bunch of ViSit readers
wrapped to be used in Paraview. Can anyone offer any insight as to what
is the availability of these readers for the current version of Paraview?
Thank you!
--
Dr. John
Dear Paraview folks,
I was able to import ASCII data of the form
X Y Z value
via the csv reader and the TableToPoints filter and was able to
visualize the colored points.
However I could NOT find an example anywhere that shows how to read the
mesh data (nodal coords and connectivity data)
Oops sorry, use pvbatch. You'll have to specify the script in a file
on the command line however.
> pvbatch --use-offscreen-rendering test.py
Utkarsh
On Tue, Feb 12, 2013 at 2:14 PM, Kevin H. Hobbs wrote:
> On 02/12/2013 12:16 PM, Utkarsh Ayachit wrote:
>> I think I remember, try running pvpyth
Hello,
I recently compiled ParaView version 3.98 and noticed that the parallel
image files generated from my application no longer load correctly when
they are nontrivial; the ascii data arrays are now misread with seemingly
arbitrary values when there is more than one extent. Everything works
cor
Dear all friends
I am really green to the usage of Paraview.
I have been using the ANSYS for large scale FE analysis. Recently I node
that the paraview has the ability of view and postprocess the large .rst
file and it has already added the ANSYS file reader function.
However, I get limited info
On 02/12/2013 12:16 PM, Utkarsh Ayachit wrote:
> I think I remember, try running pvpython with
> --use-offscreen-rendering
It does not have this option.
signature.asc
Description: OpenPGP digital signature
___
Powered by www.kitware.com
Visit other
I think I remember, try running pvpython with
--use-offscreen-rendering and then run the following script.
from paraview.simple import *
Sphere()
Show()
Render()
Does that still work?
Utkarsh
On Fri, Feb 8, 2013 at 5:14 PM, Kevin H. Hobbs wrote:
> On 01/21/2013 02:35 PM, Utkarsh Ayachit wrote:
Interesting. I cannot remember how I built my mesa. I'll give your
options a try and test it.
On Fri, Feb 8, 2013 at 5:14 PM, Kevin H. Hobbs wrote:
> On 01/21/2013 02:35 PM, Utkarsh Ayachit wrote:
>> Kevin,
>>
>> I gave using GL and OSMesa together using Mesa-9.0.1 with a ParaView
>> 3.14.1 a try
Hi lily,
How about "Probe Location" Filter?
Magician
On 2013/02/12, at 22:54, paraview-requ...@paraview.org wrote:
> thanks kyle
>
> but this is not exactly what I wanna do
>
> I wanna use python scripting to do that
>
> so I need a command that takes x,y and z and gives the value of the
Try:
view.ViewSize = [, ]
Utkarsh
On Tue, Feb 12, 2013 at 6:25 AM, the lily wrote:
> Dear all
>
> I'm constructing the depth map using the following
>
> view = GetActiveView().GetRenderWindow()
> w2i = vtkWindowToImageFilter()
> w2i.SetInputBufferTypeToZBuffer ()
> w2i.SetInput(view)
> w2i.Upda
Dear all
I'm constructing the depth map using the following
view = GetActiveView().GetRenderWindow()
w2i = vtkWindowToImageFilter()
w2i.SetInputBufferTypeToZBuffer ()
w2i.SetInput(view)
w2i.Update()
the only problem that it is always giving me a dpeth map of size (400,400) and
I think that
enable to use python scripting you will be using the python version that
paraview provides
write the script you want in a file and save it with .py extension
then type the path of your pvpython followed by the name of the file you want
to run for example
program_files/paraview/content/bin/
Hi together,
I search for an option to call paraview by the linux terminal and start
with a python macro.
E.g.: "/paraview
Does anyone know if this is possible and how I can implement it?
Thank you for your support.
Regards,
Christian
___
Powe
thanks kyle
but this is not exactly what I wanna do
I wanna use python scripting to do that
so I need a command that takes x,y and z and gives the value of the point on
that coordinates
> Date: Mon, 11 Feb 2013 09:33:49 -0500
> Subject: Re: [Paraview] Get Value for a certien point
> From: k
16 matches
Mail list logo