Changeset 603


Ignore:
Timestamp:
05/26/09 17:13:41 (16 years ago)
Author:
seroussi
Message:

added prognostic_core in cielo serial

Location:
issm/trunk/src/m/solutions/cielo
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/cielo/prognostic.m

    r586 r603  
    1212        md.analysis_type='prognostic'; m_p=CreateFemModel(md);
    1313
    14         displaystring(debug,'\n%s',['depth averaging velocity...']);
     14        displaystring(md.debug,'\n%s',['depth averaging velocity...']);
    1515        u_g=VelocityDepthAverage(m_p.elements,m_p.nodes,m_p.loads,m_p.materials,m_p.parameters.u_g);
    1616
     
    2828
    2929        displaystring(md.debug,'\n%s',['computing new thickness...']);
    30         h_g=diagnostic_core_linear(m_p,inputs,'prognostic','');
     30        h_g=prognostic_core(m_p,inputs,'prognostic','');
    3131       
    3232        displaystring(md.debug,'\n%s',['extrude new thickness...']);
Note: See TracChangeset for help on using the changeset viewer.