Changeset 104
- Timestamp:
- 04/28/09 15:29:43 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/cielo/diagnostic.m
r1 r104 14 14 15 15 if strcmpi(md.type,'3d'), 16 m_dbv=CreateFemModel(md,analysis_dbv); 17 m_dv=CreateFemModel(md,analysis_dv); 16 md.analysis_type=analysis_dbv; 17 m_dbv=CreateFemModel(md); 18 md.analysis_type=analysis_dv; 19 m_dv=CreateFemModel(md); 18 20 end 19 21 … … 28 30 if strcmpi(md.type,'3d'), 29 31 30 %swith u_g to workspace partitioning.31 u_g=SwitchPartitioning(u_g,'workspace',part,tpart,[1 2]);32 33 32 %extrude velocities for collapsed penta elements 34 u_g= CieloVelocityExtrude(md,u_g);33 u_g=VelocityExtrude(md,u_g); 35 34 36 35 %Compute depth averaged velocity and add it to inputs … … 41 40 velocity_average=SwitchPartitioning(velocity_average,'cluster',part,tpart,[1 2]); 42 41 43 44 42 disp(sprintf('\n%s',['computing basal vertical velocities...'])); 45 43 SetUset(m_dbv);
Note:
See TracChangeset
for help on using the changeset viewer.