[Paraview] Re: Ensight fixes
John Biddiscombe
biddisco at cscs.ch
Wed Jan 10 04:58:12 EST 2007
Stéphane
Thanks. I'll pass this info on.
JB
> I used to write "C Binary" Ensight data with my Fortran code that can
> be read with Paraview.
> To do so, I use direct access:
>
> open
> (unit=FileUnit,file=VarFileName,form='UNFORMATTED',access="direct",recl=reclength)
>
> write(unit=FileUnit,rec=1) VarFileName &
> & ,part,rank,block &
> & ,((((SNGL(var(m,i,j,k))&
> & ,i=imin,imax) &
> & ,j=jmin,jmax) &
> & ,k=kmin,kmax) &
> & ,m=1,ndv)
--
John Biddiscombe, email:biddisco @ cscs.ch
http://www.cscs.ch/about/BJohn.php
CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07
Via Cantonale, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
More information about the ParaView
mailing list