Changeset 526


Ignore:
Timestamp:
05/20/09 10:15:12 (16 years ago)
Author:
Mathieu Morlighem
Message:

fixed ice thermal

File:
1 edited

Legend:

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

    r472 r526  
    1 function md=thermal(md,analysis_type)
     1function md=thermal(md)
    22%THERMAL - thermal matlab driven solution
    33%
    44%   Usage:
    5 %      md=thermal(md,analysis_type)
     5%      md=thermal(md)
    66
    77%start timing
     
    1212
    1313%First, build elements,grids,loads, etc ... for thermal and melting
     14analysis_type=[md.analysis_type md.sub_analysis_type];
    1415m_t=CreateFemModel(md,analysis_type);
    1516if strcmpi(analysis_type,'thermalsteady'),
Note: See TracChangeset for help on using the changeset viewer.