Changeset 603
- Timestamp:
- 05/26/09 17:13:41 (16 years ago)
- 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 12 12 md.analysis_type='prognostic'; m_p=CreateFemModel(md); 13 13 14 displaystring( debug,'\n%s',['depth averaging velocity...']);14 displaystring(md.debug,'\n%s',['depth averaging velocity...']); 15 15 u_g=VelocityDepthAverage(m_p.elements,m_p.nodes,m_p.loads,m_p.materials,m_p.parameters.u_g); 16 16 … … 28 28 29 29 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',''); 31 31 32 32 displaystring(md.debug,'\n%s',['extrude new thickness...']);
Note:
See TracChangeset
for help on using the changeset viewer.