what does mean the 'nstp' and 'nout'?

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
free

what does mean the 'nstp' and 'nout'?

#1 Unread post by free »

Code: Select all

 dUdt=u(Iend,j,k,nstp)-u(Iend  ,j,k,nout)
dUdx=u(Iend,j,k,nout)-u(Iend-1,j,k,nout)
Hi,
I am a newer, what does mean the 'nstp' and 'nout'?
Thank you!

User avatar
kate
Posts: 4091
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: what does mean the 'nstp' and 'nout'?

#2 Unread post by kate »

The fourth dimension of u is for different times. nstp and nout are small integers pointing to "step" and "out" time levels.

Post Reply