Changeset 7030


Ignore:
Timestamp:
01/12/11 08:10:07 (14 years ago)
Author:
Eric.Larour
Message:

Added Bed and Surface post-processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/tres.m

    r6736 r7030  
    5656                        results2(count).Surface=PatchToVec(md.results.Transient2DSolution(i).Surface);
    5757                        results2(count).Thickness=PatchToVec(md.results.Transient2DSolution(i).Thickness);
     58                        results2(count).Bed=PatchToVec(md.results.Transient2DSolution(i).Bed);
     59                        results2(count).Vx=PatchToVec(md.results.Transient2DSolution(i).Vx);
     60                        results2(count).Vy=PatchToVec(md.results.Transient2DSolution(i).Vy);
    5861                        results2(count).time=md.results.Transient2DSolution(i).time;
    5962                        results2(count).step=md.results.Transient2DSolution(i).step;
Note: See TracChangeset for help on using the changeset viewer.