what's it for?
Meanwhile, here's what i'm working on...
DO j=1,steps
t=t+dt !increment timesteps
IF j.eq.1 THEN !first step
!euler's method
FUn=(num*FU-dt*mu/2*FU2)/dnom
ELSE
!crank nickolson and adams bashforth
FUn=(num*FU-dt*(mu*3/2*FU2*k-mu/2*FU2o*k))/dnom
ENDIF
...
(,
Thu 18 Dec 2008, 9:55,
archived)
Meanwhile, here's what i'm working on...
DO j=1,steps
t=t+dt !increment timesteps
IF j.eq.1 THEN !first step
!euler's method
FUn=(num*FU-dt*mu/2*FU2)/dnom
ELSE
!crank nickolson and adams bashforth
FUn=(num*FU-dt*(mu*3/2*FU2*k-mu/2*FU2o*k))/dnom
ENDIF
...
IF ahead=MONITOR
!MoveBackwards=1:step
!wait=3
ENDIF.
You should now be slowly backing away from the screen.
(,
Thu 18 Dec 2008, 10:00,
archived)
!MoveBackwards=1:step
!wait=3
ENDIF.
You should now be slowly backing away from the screen.
:)
I yam a FORTRAN90 compiler!!!
(,
Thu 18 Dec 2008, 10:04,
archived)
I yam a FORTRAN90 compiler!!!
winnar!
I played a game in my youth which involved programing robots to fight. sadly i have forgotten how to do it all.
*sob*
(,
Thu 18 Dec 2008, 10:06,
archived)
I played a game in my youth which involved programing robots to fight. sadly i have forgotten how to do it all.
*sob*
was this programming like real robots? because i remember programming lego robots back when i was kiddie.
(,
Thu 18 Dec 2008, 10:08,
archived)
bestest toy I ever did hadid!
(,
Thu 18 Dec 2008, 10:16,
archived)