Changeset 1995


Ignore:
Timestamp:
08/27/09 07:49:52 (15 years ago)
Author:
seroussi
Message:

need to adapt ice to the new analysis names

File:
1 edited

Legend:

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

    r1791 r1995  
    1212
    1313%First, build elements,grids,loads, etc ... for thermal and melting
    14 analysis_type=[AnalysisTypeFromEnum(md.analysis_type) AnalysisTypeFromEnum(md.sub_analysis_type)];
     14if md.dt==0,
     15        analysis_type='thermalsteady';
     16else
     17        analysis_type='thermaltransient';
     18end
    1519m_t=CreateFemModel(md,analysis_type);
    1620if strcmpi(analysis_type,'thermalsteady'),
Note: See TracChangeset for help on using the changeset viewer.