Hi neks,
<br>
<br>I try to visualize the V.karman' vortexes by computing the vorticity 
field with this subroutine :
<br>
<br>       if(mod(istep,iostep).eq.0) then
<br>       call comp_vort3(vort,work1,work2,vx,vy,vz)                     
       call outpost(vort(1,3),vort(1,2),vort(1,1),pr,t,'vrt')
<br>       endif
<br>Which works but, when i try to post-processes the data with Vizit i got 
the fallowing error message :
<br>
<br>"The first time step in a Nek file must contain a mesh"
<br>
<br>
<br>i try to open my vrt[mycase].fld* files with vis.nek3D which contains
<br>
<br>NEK5000
<br>version 1.0
<br>filetemplate: vrtvkarman2.fld%02d
<br>firsttimestep: 1
<br>numtimesteps: 2
<br>
<br>Is there a way to fix this ?
<br>Sorry for my poor english ..
<br>B.regards
<br>Can