CSE 260 - Parallel Computing
 
MINI STUDIES
Mini Study 1
- Comparison of two models for simulating waves
Model 1 - Segments
y(i,t+1) = 2 y(i,t) - y(i,t-1) + c ( 2 y(i,t) - y(i-1,t) - y(i+1,t))
Model 2 - Bids
y(i,t+1) = 2 y(i,t) - y(i,t-1) + c ( tan(Angle(i-1,i)) - sin(Angle(i,i-1) + tan (Angle(i,i+1)) - sin(Angle(i,i+1)) )
Download the simulation executable for winnt/win2000 >>>
waves.exe
Note: If it does not work, save
glut32.dll
under /winnt/system32/. and try again.
Functional keys:
a : toggle axes
l : toggle lines
e : toggle the neighbors
right mouse click : pop up menu (no use though!)
>>> results
Last Modified October 14, 2001 by
Mevlut Erdem Kurul