Use the spreadsheet view to get to that level of detail.
David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109
On Mon, Apr 26, 2010 at 4:22 PM, Olumide <50...@web.de> wrote:
> Marsan, what does a VTM file look like?
>
> In addition to
Most likely yes, that is the reader's purpose.
David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109
On Mon, Apr 26, 2010 at 4:05 PM, Joel Culina wrote:
> I have VisIt, for which there is a plugin that reads in the unstructured
> net
Marsan, what does a VTM file look like?
In addition to expanding the VTP (and VTM) files. It is possible to add
more object/primitive detail in the statistics inspector. It may useful
to expand an object so that point values, poly-face coordinates etc. can
be read/seen.
_
I have VisIt, for which there is a plugin that reads in the unstructured netcdf
data of the model I am using (FVCOM). I notice that there is a
VisItReaderPlugin plugin in paraview. Can this plugin be used to read into
paraview FVCOM-generated data via VisIt; i.e. can I transfer my VisIt-loaded
On Mon, Apr 26, 2010 at 3:47 PM, Robert Maynard
wrote:
> Just pushed to origin/master the update.
> SHA1 is f7390e9950e34facc232762d9211d0b1b8d9dd36
Robert - thanks for the quick fix! (I forwarded this message to the
list because it looks like it was addressed only to me).
David
___
Karl,
I took a quick look, and tried to load your data (as listed below) as a .vtu
file. I didn't load into paraview 3.6.2, and I noticed the following:
* You need a starting line that is as follows:
* You are creating lots of points, with data, but unstructured grids
need s
Is cave mode working for Paraview 3.8 RC1?
Do you have a tutorial that teachs how to make it works since the MPI
configuration?
--
Abraços,
Augusto Escobar
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.
I kinda thought that is what was happening but I couldn't figure out
how to get a "clean" checkout of the "release" branch. Thanks for the
info. Should I add a short blurb to the Wiki about this?
___
Mike Jackson www.
Hi,
at the moment I'm doing my master thesis and I'm fighting with the following
problem: I'd like to visualize a set of voxels (coordinates x,y,z and one
material property of the voxel, which can be chosen, are given). In the
following there's an small example of the data I'd like to import in PV
>From the man page for git-pull:
"git-pull - Fetch from and merge with another repository or a local branch"
So in effect what you did was you tried to merge the release branch
into the one you were currently on (probably master).
What I do in such cases is:
> git fetch origin
> git checkout -b
I just tried to pull from the "release" branch and got the following
errors:
532:[mjack...@ferb:ParaView]$ git pull origin release
From git://paraview.org/ParaView
* branchrelease-> FETCH_HEAD
Auto-merging Applications/AdaptiveParaView/Plugin/
vtkRawStridedReader1.cxx
CONFLICT
On Mon, Apr 26, 2010 at 12:23 PM, David Doria wrote:
> There are 4 buttons in the top left of the render window. The right
> two have pop up text of "Edit View Options" and "Adjust Camera", but
> the left two do not have pop up text. I think it would be helpful if
> they did. Anyone agree/disagr
Not really, imports are typical with python and any module that you
want to use needs to be imported.
Utkarsh
2010/4/26 Aurélien Marsan :
> I use Paraview with personnal sources and filter that I have written in
> Python.
>
> Each personnal filter that I write begin with this line :
>>
>> import
Great. And what branch is being used for the RC-1?
Maybe the ParaView Downloads page should be updated or at least
annotated with the fact that git is now being used instead of CVS?
--
Mike Jackson
On Apr 26, 2010, at 12:47 PM, Dave Partyka wrote:
VTK and ParaView are now using Git.
On M
I use Paraview with personnal sources and filter that I have written in
Python.
Each personnal filter that I write begin with this line :
> import pyturbo.
Is there a way to avoid this line ?
That means : can Paraview automatically import a module ?
Regards,
A.Marsan
_
VTK and ParaView are now using Git.
On Mon, Apr 26, 2010 at 11:49 AM, Michael Jackson <
mike.jack...@bluequartz.net> wrote:
> Dave,
> I am really confused. Is ParaView on Git or CVS? Last I was told I should
> still be using CVS for the 3.8-RC1 branch? Should I be pulling from Git now
> instead?
Good Morning,
MultiBlockDataSet is what you have when you read your pvd file. See the tab
"Information" in the Object Browser to be sure.
But in your case, all the timesteps are 0 ? Then maybe you should
better user a .vtm file.
However, I completely agree with you. What you suggest would be
There are 4 buttons in the top left of the render window. The right
two have pop up text of "Edit View Options" and "Adjust Camera", but
the left two do not have pop up text. I think it would be helpful if
they did. Anyone agree/disagree?
Thanks,
David
___
On 04/26/2010 10:53 AM, Dave Partyka wrote:
> We switched to git!
Since I'll be spending the afternoon re-configuring my dashboard
scripts, is there a page detailing how to make a dashboard submission
the with git and the new paraview_common scripts?
signature.asc
Description: OpenPGP digital
Hello,
Unless i'm mistaken, It seems that the Calculator in Paraview can't assume
the arrays that are defined in the FieldData.
Is this function planned for future releases ?
It would indeed be very convenient for working with constant values defined
by blocks.
Thanks,
A.Marsan
_
I don't know what you mean by multiblock dataset, but here's an example
of how I use PVD files -- to compose multiple files:
It would be nice to be able to expand the PVD file in the pipeline
browser in order to see its va
Thanks, I'll give that a try. "Make install" does fixup the bundle
correctly. I just left out my plugins.
So I have to do a cpack run in order to get a working installation
on my local machine? ie, an "installation" that is NOT in my build
directory? Seems odd.
--
Mike Jackson
On Apr 2
Dave,
I am really confused. Is ParaView on Git or CVS? Last I was told I
should still be using CVS for the 3.8-RC1 branch? Should I be pulling
from Git now instead?
Thanks for any clarifications.
--
Mike Jackson
On Apr 26, 2010, at 10:53 AM, Dave Partyka wrote:
We switched to git!
___
I would recommend:
cpack --config /Applications/ParaView/CPackParaViewConfig.cmake
-G DragNDrop
As per: http://paraview.org/Wiki/ParaView:Build_And_Install
If you do make install I believe it just runs all install rules and I don't
believe any of the fixup bundle routines get called.
On Mon, Ap
Also, the dashboard site changed from ParaView3 to ParaView. So if any
dashboard is still doing a build from a cvs checkout it will use an outdated
CtestConfig which still points to ParaView3
On Mon, Apr 26, 2010 at 10:53 AM, Dave Partyka wrote:
> We switched to git! Most of the dashboards are sw
My pvd components, do you mean blocks in a multiblock dataset? That's
one of the feature's we are thinking about for future release. Any
suggestions about the user interface from the community are always
welcome :).
Utkarsh
On Sun, Apr 25, 2010 at 9:46 PM, Olumide <50...@web.de> wrote:
> Hi -
>
>
We switched to git! Most of the dashboards are switched over using a new
paraview_common script (very similar to the cmake_common one you may be
familiar with). Though it seems the rewritten scripts aren't functional on
many machines. I will resume getting them to submit over the comming days as
I
Just tried a 'Make install' and after installation (to the wrong
directory**) my custom plugins that are built as part of ParaView
(using PARAVIEW_EXTRA_EXTERNAL_MODULE). Is this going to be fixed
before the full release comes out?
**I have a CMAKE_INSTALL_PREFIX of /Users/Shared/Toolkits/
For seven days all of my builds have been missing from the dashboard.
I just looked at
ParaView3_Build/Testing/Temporary/LastSubmit_20100426-0100.log on
bubbles and murron and they say that the submission was successful.
Does anybody know what's going on?
signature.asc
Description: OpenPGP di
... I answer myself : I have to use the req_timestep variable, and do
something like
> ModulePerso.ReadMultiBlockFromV3D(*'filename%s'%(req_timestep)*)
If that could help other people, there is on the internet a presentation
that explains quite well how time is managed in Paraview, especially s
Thank for this example.
But I'm trying to apply this to my case, and have one question again .
:-|
# TODO: Generate the data as you want.
---> That should be the DataSet at one timestep ?
How does the programmable source handle the change of the filename to read ?
Should I use a command sor
I have tried , and that was it.
Thanks !
Le 23 avril 2010 20:25, Berk Geveci a écrit :
> I suspect that this is because you did not set the whole extent in the
> RequestInformation script. You need something like:
>
> from paraview import util
> util.SetOutputWholeExtent(self, [0, 10, 0, 10, 0,
32 matches
Mail list logo