[Paraview] Ensight reader

David F. Robinson, Ph.D. drobinson at corvidtec.com
Mon May 16 13:38:34 EDT 2005


Attached is the fortran code I used to write out the Ensight binary test
case.

David


-----Original Message-----
From: Renato N. Elias [mailto:rnelias at superig.com.br] 
Sent: Monday, May 16, 2005 11:17 AM
To: drobinson at corvidtec.com
Cc: paraview at paraview.org
Subject: RES: [Paraview] Ensight reader


David,

I don't know if it doesn’t matter or not but I've been writing the "C
Binary" line to my Ensight files despite using a Fortran compiler. 

I've already tested these routines with Compaq Fortran 6.6a for Windows
systems (Pentium and Athlon processors), Intel Fortran compiler 8.x for
Linux systems (Itanium-2 processor with a SGI Altix) and PGF90 compilers for
Linux systems (Opteron processor with a Cray XD1) without any problem.

Renato



-----Mensagem original-----
De: David F. Robinson, Ph.D. [mailto:drobinson at corvidtec.com] 
Enviada em: segunda-feira, 16 de maio de 2005 12:01
Para: 'Renato N. Elias'
Assunto: RE: [Paraview] Ensight reader

Renato, 

Are you are writing out 'C Binary' from a Fortran code?  
Which compiler are you using?  What type of machine and O/S?

David




-----Original Message-----
From: paraview-bounces+drobinson=corvidtec.com at paraview.org
[mailto:paraview-bounces+drobinson=corvidtec.com at paraview.org] On Behalf Of
Renato N. Elias
Sent: Monday, May 16, 2005 9:28 AM
To: 'Benjamin REVEILLE'
Cc: paraview at paraview.org
Subject: RES: [Paraview] Ensight reader


Hi Ben,

I've been writing Ensight binary files to Paraview with my Fortran routines
without any problem. 

You may check these routines in: http://www.nacad.ufrj.br/~rnelias/paraview

Regards

Renato N. Elias
NACAD/COPPE/UFRJ
Rio de Janeiro/Brasil


-----Mensagem original-----
De: paraview-bounces+rnelias=superig.com.br at paraview.org
[mailto:paraview-bounces+rnelias=superig.com.br at paraview.org] Em nome de
Benjamin REVEILLE Enviada em: segunda-feira, 16 de maio de 2005 05:58
Para: paraview at paraview.org
Assunto: Re: [Paraview] Ensight reader

Hello David

My knowledge/experience is that paraview only support Ensight C binary
Files... I would also love Ensight Fortran Binary support... However I have
no idea what the difference is between Fortran and C Binary files, so I use
ASCII for know (which is a waste of disk space and speed...)

Ben


Dr. David F. Robinson a écrit :

> I am receiving the following errors when trying to read an Ensight 
> Gold ‘Fortran Binary’ file. Can anyone provide a suggestion for how to 
> proceed?
>
> Thanks in advance,
>
> David
>
> set kw(vtkTemp5) [$Application GetMainWindow]
>
> set kw(vtkTemp23) [$kw(vtkTemp5) GetMainView]
>
> set kw(vtkTemp660) [$kw(vtkTemp5) InitializeReadCustom "ensight" 
> "/home2/dfrobins/Raven/test/adapt_box/Movies/ens.case"]
>
> $kw(vtkTemp5) ReadFileInformation $kw(vtkTemp660) 
> "/home2/dfrobins/Raven/test/adapt_box/Movies/ens.case"
>
> $kw(vtkTemp5) FinalizeRead $kw(vtkTemp660) 
> "/home2/dfrobins/Raven/test/adapt_box/Movies/ens.case"
>
> set kw(vtkTemp677) [$kw(vtkTemp660) GetPVWidget {Filename}]
>
> $kw(vtkTemp677) SetValue
> "/home2/dfrobins/Raven/test/adapt_box/Movies/ens.case"
>
> set kw(vtkTemp663) [$kw(vtkTemp660) GetPVWidget {ByteOrder}]
>
> $kw(vtkTemp663) SetCurrentValue {0}
>
> set kw(vtkTemp668) [$kw(vtkTemp660) GetPVWidget {TimeSet}]
>
> $kw(vtkTemp668) SetTimeValueCallback {}
>
> set kw(vtkTemp672) [$kw(vtkTemp660) GetPVWidget {PointArrays}]
>
> set kw(vtkTemp676) [$kw(vtkTemp660) GetPVWidget {CellArrays}]
>
> # Error or warning:
>
> # There was a VTK Error in file: 
> /home/amy/ParaViewReleaseRoot/paraview-2.0.1/Servers/ServerManager/vtk
> SMPartDisplay.cxx
> (605)
>
> # Connecting a display to a source that has no outputs.
>
> #
>
> set kw(vtkTemp690) [$kw(vtkTemp5) GetAnimationManager]
>
> set kw(vtkTemp483) [$kw(vtkTemp690) GetAnimationScene]
>
> $kw(vtkTemp483) Stop
>
> $kw(vtkTemp660) AcceptCallback
>
> # Error or warning:
>
> # There was a VTK Error in file: 
> /home/amy/ParaViewReleaseRoot/paraview-2.0.1/Servers/ServerManager/vtk
> SMPartDisplay.cxx
> (1661)
>
> # Display has no associated object, can not gather info.
>
> #
>
> $kw(vtkTemp483) Stop
>
> # Error or warning:
>
> # There was a VTK Error in file: 
> /home/amy/ParaViewReleaseRoot/paraview-2.0.1/Servers/ServerManager/vtk
> SMPartDisplay.cxx
> (1661)
>
> # Display has no associated object, can not gather info.
>
> #
>
> $kw(vtkTemp483) Stop
>
> # Error or warning:
>
> # There was a VTK Error in file: 
> /home/amy/ParaViewReleaseRoot/paraview-2.0.1/Servers/ServerManager/vtk
> SMPartDisplay.cxx
> (1661)
>
> # Display has no associated object, can not gather info.
>
> #
>
>-----------------------------------------------------------------------
>-
>
>_______________________________________________
>ParaView mailing list
>ParaView at paraview.org
>http://www.paraview.org/mailman/listinfo/paraview
>  
>

--
===================================================================
 Benjamin Réveillé               

 Institut Français du Pétrole       Tel  : +33 1 47 52 62 68
 Section R1022R  /  Bureau L207     Fax  : +33 1 47 52 70 68
 1 & 4, avenue de Bois-Preau
 92852 RUEIL-MALMAISON  FRANCE      http://www.ifp.fr

 mail : benjamin.reveille at ifp.fr
===================================================================



__________________________

Ce message (et toutes ses pièces jointes éventuelles) est confidentiel et
établi à l'intention exclusive de ses destinataires. Toute utilisation de ce
message non conforme à sa destination, toute diffusion ou toute publication,
totale ou partielle, est interdite, sauf autorisation expresse. L'IFP
décline toute responsabilité au titre de ce message.

This message and any attachments (the message) are confidential and intended
solely for the addressees. Any unauthorised use or dissemination is
prohibited. IFP should not be liable for this message.

Visitez notre site Web / Visit our web site : http://www.ifp.fr
__________________________




_______________________________________________
ParaView mailing list
ParaView at paraview.org
http://www.paraview.org/mailman/listinfo/paraview



_______________________________________________
ParaView mailing list
ParaView at paraview.org
http://www.paraview.org/mailman/listinfo/paraview









-------------- next part --------------
A non-text attachment was scrubbed...
Name: ens.f90
Type: application/octet-stream
Size: 3540 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/paraview/attachments/20050516/d8af8d23/ens.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compile
Type: application/octet-stream
Size: 158 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/paraview/attachments/20050516/d8af8d23/compile.obj


More information about the ParaView mailing list