|
FEBio
1.5.0
|
This class defines the shell element. More...
#include <FEElement.h>
Public Member Functions | |
| FEShellElement (const FEShellElement &el) | |
| copy constructor | |
| FEShellElement & | operator= (const FEShellElement &el) |
| assignment operator | |
| virtual void | SetTraits (FEElementTraits *ptraits) |
| double * | GaussWeights () |
| double * | Hr (int n) |
| double * | Hs (int n) |
| void | Init (bool bflag) |
| double | gr (int n) |
| double | gs (int n) |
| double | gt (int n) |
Data Fields | |
| vector< double > | m_h0 |
| initial shell thicknesses | |
This class defines the shell element.
A shell element is similar to a surface element except that it has a thickness.
1.7.5.1