[Paraview] Parallel VTK file format with multiple levels

2011-03-15 Thread Xunlei Wu
Hi,

I would like to use .pvtu to represent a multi-level unstructured grid by 
stating

===level 1 PVTU===
VTKFile type=PUnstructuredGrid version=0.1 byte_order=LittleEndian
  PUnstructuredGrid GhostLevel=1
...
Piece Source=energy_1.0/nsp.pvtu/
Piece Source=energy_2.0/nsp.pvtu/
  /PUnstructuredGrid
/VTKFile


===level 0 PVTU (energy_1.0/nsp.pvtu)===
VTKFile type=PUnstructuredGrid version=0.1 byte_order=LittleEndian
  PUnstructuredGrid GhostLevel=0
...
Piece Source=nsp_316.vtu/
...
Piece Source=nsp_523.vtu/
  /PUnstructuredGrid
/VTKFile

After constructing these PVTU's and VTU's, I opened the level 1 PVTU and got 
below errors: ERROR: In ..\..\..\ParaViewSrc\VTK\IO\vtkXMLPDataReader.cxx, line 
364 vtkXMLPUnstructuredGridReader (055D5860): File for piece 0 cannot 
be read. Note loading level 0 PVTU's and individual VTU's are of no error in 
ParaView. Did I miss anything? I could not find an example showing multi-level 
parallel VTK data construction. Would you please help? Thanks a lot.

Best,
8gpus
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Parallel VTK and ParaView podcast

2009-09-28 Thread Berk Geveci
Hi folks,

Will Schroeder and I had an interview on parallel VTK and ParaView
with the good folks at rce-cast (http://www.rce-cast.com/) last week.
If you are interested, here is the link:
http://www.rce-cast.com/index.php/Podcast/rce-18-vtk.html

Best,
-berk
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Parallel VTK

2009-02-23 Thread Tobias Höink

Hi Samuele,

I made a few changes to your files.

Tobias



dati1.vtr
Description: Binary data


dati2.vtr
Description: Binary data


dati.pvtr
Description: Binary data




On Feb 19, 2009, at 9:19 AM, Samuele Zampini wrote:


Dear Berk,
I've switched from source to Source but nothing happened. Better, I  
get a crash, now, instead of an error message.


Any other idea?

Thanks,
Samuele.

Il giorno gio, 19/02/2009 alle 09.41 -0500, Berk Geveci ha scritto:


Hi Samuele,
As you can see in the error, the pvtr file is missing the Source  
attribute for each piece. Keep in mind that the XML format is case  
sensitive. You should switch from source to Source. -berk On Wed,  
Feb 18, 2009 at 1:03 PM, Samuele Zampini lelelel...@libero.it  
wrote:  Hi all,  I am trying to use this database (actually, I  
am attaching just an  example) with the ParallelVTK language for  
Paraview.  I get an error message. What's, to you?   Thanks for  
help,  Samuele.  ___  
 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   Follow this link to  
subscribe/unsubscribe:  http://www.paraview.org/mailman/listinfo/ 
paraview  

dati2.vtrdati.pvtrdati1.vtr
___
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


Follow this link to subscribe/unsubscribe:
http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Parallel VTK

2009-02-23 Thread Samuele Zampini
Hey Tobias,

thank you very much. It works great, now.

Just a question: what does GhostLevel=1 mean? Does it mean that I have
a plane which is both in  1st and in 2nd file?

Thanks again for your great help,

Samuele.



Il giorno lun, 23/02/2009 alle 12.02 -0600, Tobias Höink ha scritto:

 Hi Samuele,
 
 I made a few changes to your files.
 
 Tobias
 
 
 
 On Feb 19, 2009, at 9:19 AM, Samuele Zampini wrote:
 
  Dear Berk,
  I've switched from source to Source but nothing happened. Better, I  
  get a crash, now, instead of an error message.
 
  Any other idea?
 
  Thanks,
  Samuele.
 
  Il giorno gio, 19/02/2009 alle 09.41 -0500, Berk Geveci ha scritto:
 
  Hi Samuele,
  As you can see in the error, the pvtr file is missing the Source  
  attribute for each piece. Keep in mind that the XML format is case  
  sensitive. You should switch from source to Source. -berk On Wed,  
  Feb 18, 2009 at 1:03 PM, Samuele Zampini lelelel...@libero.it  
  wrote:  Hi all,  I am trying to use this database (actually, I  
  am attaching just an  example) with the ParallelVTK language for  
  Paraview.  I get an error message. What's, to you?   Thanks for  
  help,  Samuele.  ___  
   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   Follow this link to  
  subscribe/unsubscribe:  http://www.paraview.org/mailman/listinfo/ 
  paraview  
  dati2.vtrdati.pvtrdati1.vtr
  ___
  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
 
  Follow this link to subscribe/unsubscribe:
  http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Parallel VTK

2009-02-19 Thread Utkarsh Ayachit
FYI, the [ParaView] in the subject line is added automatically by the
mailing list, you don't have to add it explicitly.

On Wed, Feb 18, 2009 at 1:58 PM, Samuele Zampini lelelel...@libero.it wrote:
 Hi all,
 I am trying to use this database (actually, I am attaching just an
 example) with the ParallelVTK language for Paraview.
 I get an error message. What's, to you?

 Thanks for help,
 Samuele.

 PS: sorry if this is the 2nd email, but I forgot to write [Paraview] in the
 subject
 ___
 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

 Follow this link to subscribe/unsubscribe:
 http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Parallel VTK

2009-02-19 Thread Samuele Zampini
Dear Berk,
I've switched from source to Source but nothing happened. Better, I get
a crash, now, instead of an error message.

Any other idea?

Thanks,
Samuele.

Il giorno gio, 19/02/2009 alle 09.41 -0500, Berk Geveci ha scritto:

 Hi Samuele,
 
 As you can see in the error, the pvtr file is missing the Source
 attribute for each piece. Keep in mind that the XML format is case
 sensitive. You should switch from source to Source.
 
 -berk
 
 On Wed, Feb 18, 2009 at 1:03 PM, Samuele Zampini lelelel...@libero.it wrote:
  Hi all,
  I am trying to use this database (actually, I am attaching just an
  example) with the ParallelVTK language for Paraview.
  I get an error message. What's, to you?
 
  Thanks for help,
  Samuele.
  ___
  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
 
  Follow this link to subscribe/unsubscribe:
  http://www.paraview.org/mailman/listinfo/paraview
 
 


dati2.vtr
Description: XML document


dati.pvtr
Description: XML document


dati1.vtr
Description: XML document
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Parallel VTK

2009-02-18 Thread Samuele Zampini
Hi all,
I am trying to use this database (actually, I am attaching just an
example) with the ParallelVTK language for Paraview.
I get an error message. What's, to you?

Thanks for help,
Samuele.


dati2.vtr
Description: XML document


dati1.vtr
Description: XML document


dati.pvtr
Description: XML document
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Parallel VTK

2009-02-18 Thread Samuele Zampini
 Hi all,
 I am trying to use this database (actually, I am attaching just an
 example) with the ParallelVTK language for Paraview.
 I get an error message. What's, to you?
 
 Thanks for help,
 Samuele.


PS: sorry if this is the 2nd email, but I forgot to write [Paraview] in
the subject


dati2.vtr
Description: XML document


dati1.vtr
Description: XML document


dati.pvtr
Description: XML document
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] Parallel VTK

2009-02-18 Thread Samuele Zampini
  Hi all,
  I am trying to use this database (actually, I am attaching just an
  example) with the ParallelVTK language for Paraview.
  I get an error message. What's, to you?
  
  Thanks for help,
  Samuele.
 
 
 PS: sorry if this is the 2nd email, but I forgot to write [Paraview]
 in the subject


dati2.vtr
Description: XML document


dati1.vtr
Description: XML document


dati.pvtr
Description: XML document
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview