source:
issm/oecreview/Archive/20496-20544/ISSM-20511-20512.diff@
20545
Last change on this file since 20545 was 20545, checked in by , 9 years ago | |
---|---|
File size: 694 bytes |
-
../trunk-jpl/src/m/exp/flowlines.m
87 87 end 88 88 89 89 %velocity of the current triangle and norm it 90 ut=u(tria); vt=v(tria); normv= sqrt(ut.^2+vt.^2);90 ut=u(tria); vt=v(tria); normv=max(eps,sqrt(ut.^2+vt.^2)); 91 91 ut=ut./normv;vt=vt./normv; 92 92 93 93 %check counter … … 137 137 end 138 138 139 139 %velocity of the current triangle and norm it 140 ut=-u(tria); vt=-v(tria); normv= sqrt(ut.^2+vt.^2);140 ut=-u(tria); vt=-v(tria); normv=max(eps,sqrt(ut.^2+vt.^2)); 141 141 ut=ut./normv;vt=vt./normv; 142 142 143 143 %check counter
Note:
See TracBrowser
for help on using the repository browser.