Changeset 392
- Timestamp:
- 05/13/09 13:52:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/ice/diagnostic_core_nonlinear.m
r332 r392 144 144 if nout==2, 145 145 %K_ff and K_fs are requested, for the case where we have no loads (ie basal drag) 146 inputs.drag=zeros(gridset.gsize,1); kflag=1;pflag=1;147 146 inputs.velocity=soln(count).u_g; 147 kflag=1;pflag=0; 148 148 149 149 [K_gg,p_g]=SystemMatrices(elements,grids,loads,materials,kflag, pflag, sparsity,inputs,analysis_type);
Note:
See TracChangeset
for help on using the changeset viewer.