Changeset 526
- Timestamp:
- 05/20/09 10:15:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/ice/thermal.m
r472 r526 1 function md=thermal(md ,analysis_type)1 function md=thermal(md) 2 2 %THERMAL - thermal matlab driven solution 3 3 % 4 4 % Usage: 5 % md=thermal(md ,analysis_type)5 % md=thermal(md) 6 6 7 7 %start timing … … 12 12 13 13 %First, build elements,grids,loads, etc ... for thermal and melting 14 analysis_type=[md.analysis_type md.sub_analysis_type]; 14 15 m_t=CreateFemModel(md,analysis_type); 15 16 if strcmpi(analysis_type,'thermalsteady'),
Note:
See TracChangeset
for help on using the changeset viewer.