Changes between Version 16 and Version 17 of u/johannjc
- Timestamp:
- 04/13/12 13:45:18 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/johannjc
v16 v17 63 63 Determine the path's distance of closest approach to [[latex($\vec{x}$)]] and call that [[latex($\vec{x}'(t')$)]] 64 64 65 Estimate the change in initial velocity needed [[latex($\vec{v'}(t_r,x_p(t_r) = \vec{v '}(t_r,x_p(t_r))+\frac{x-x'(t')}{t'-t_r}$)]]65 Estimate the change in initial velocity needed [[latex($\vec{v'}(t_r,x_p(t_r) = \vec{v}(t_r,x_p(t_r))+\frac{x-x'(t')}{t'-t_r}$)]] 66 66 67 And then solve for the unit vector that gives that direction 68 69 [[latex($ \hat{n} \times \vec{v}' = \frac{-1}{v_w}\vec{V}_p(t_r) \times \vec{v}' $)]] 67 70 68 69 70 71 72 Cycle until [[latex($x' \approx x$)]] 71 73 72 74 Update the retarded time using the new distance and wind speed 73 75 74 [[latex($t_r=t- \frac{d}{v}$)]]76 [[latex($t_r=t-(t'-t_r)$)]] 75 77 76 78 END DO … … 106 108 * Then when distributing the level 1 work load - we have to check that nobody will be waiting for the level 1 synchronizations as well as the level 0 synchronization. So how long before any 1 processor is idle after level 1 step? It's level 1 workload + remaining level 0 work load. So max level 1 workload assigned = min(level 1 workload + remaining level 0 workload) 107 109 108