source: issm/trunk/src/m/solutions/cielo/modelsize.m@ 358

Last change on this file since 358 was 358, checked in by Eric.Larour, 16 years ago

New slope extrude module. New slope computation in Penta and Tria

File size: 201 bytes
Line 
1function dof=modelsize(m_dh,m_dv,m_ds,m_dhu,m_sl);
2
3
4if ~isempty(m_dh.nodesets),
5 dof=m_dh.nodesets.fsize; %biggest dof number
6else
7 if m_dhu.parameters.ishutter,
8 dof=m_dhu.nodesets.fsize;
9 end
10end
11
Note: See TracBrowser for help on using the repository browser.