Changeset 133
- Timestamp:
- 04/29/09 15:07:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/cielo/diagnostic_core_nonlinear.m
r113 r133 73 73 74 74 % Figure out if convergence is reached. 75 if(count>=3 ),75 if(count>=3 | velocity_is_present), 76 76 dug=soln(count).u_g-soln(count-1).u_g; nduinf=norm(dug,inf)*m.parameters.yts; ndu=norm(dug,2); nu=norm(soln(count-1).u_g,2); 77 77
Note:
See TracChangeset
for help on using the changeset viewer.