<div dir="ltr">Hi Aleks (and anyone interested),<div><br></div><div>Just to share an extra solution, I make Nek dump both to uniform and GLL grids simultaneously, when using IOTIME, by adding the following at approximately line 136 of prepost.f :</div><div><br></div><div><div>     ifreguo = .true.</div><div>     if (ifdoit) call outfld(prefix)</div><div>     ifreguo = .false.</div></div><div><br></div><div>Otherwise, when using NSTEPS, the solution you gave me works just fine.</div><div><br></div><div>Thanks again,</div><div>JP</div></div>