Changeset 744


Ignore:
Timestamp:
06/03/09 11:24:26 (15 years ago)
Author:
Mathieu Morlighem
Message:

pressure in u_g generates a problem in core_nonlinear

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/ice/transient2d.m

    r739 r744  
    7070        %Get horizontal solution.
    7171        solution(n+1).u_g=diagnostic2d(md,fem);
     72        %remove the pressure
     73        solution(n+1).u_g(4:6:end)=0;
    7274
    7375        %compute new thickness
Note: See TracChangeset for help on using the changeset viewer.