Changeset 69
- Timestamp:
- 04/27/09 16:49:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/cielo/diagnostic_core_nonlinear.m
r62 r69 28 28 %add velocity to inputs 29 29 inputs.velocity=full(soln(count).u_g); 30 if count>1, 31 inputs.old_velocity=full(soln(count-1).u_g); 32 end 30 33 31 34 %Update inputs in datasets … … 54 57 [soln(count).u_g]= Mergesolutionfromftog( soln(count).u_f, m.Gmn, m.ys, m.nodesets ); 55 58 56 if (count>2),57 soln(count-1).u_f=NaN;58 end59 %if (count>2), 60 % soln(count-1).u_f=NaN; 61 %end 59 62 60 63 %Deal with penalty loads
Note:
See TracChangeset
for help on using the changeset viewer.