[Paraview] How to link VTK I/O to fortran code with the
interface ?
Joe Koski
jkoski11 at comcast.net
Fri Feb 10 11:55:50 EST 2006
on 2/10/06 9:32 AM, Stéphane Montésino at Stephane.Montesino at hmg.inpg.fr
wrote:
> I want to write scalar data on a rectilinear grid stretched.
>
> Which library do I need to compile and link to my fortran code ?
> Which call do I need to do ?
> Does anyone has an example ?
>
Stephane,
For simplicity, I write .vtk legacy ascii output in Fortran directly from
the code, with no special subroutine library necessary. The format is
described in a .pdf at
http://www.llnl.gov/visit/FAQ.html#11
(Look near the end of the list.) This isn't the fastest or the most
efficient way, but it works.
Joe
More information about the ParaView
mailing list