|
FEBio
1.5.0
|
This class is the base class for all element trait's classes. More...
#include <FEElementTraits.h>
Public Member Functions | |
| FEElementTraits (int ni, int ne) | |
| constructor | |
| virtual | ~FEElementTraits () |
| destructor | |
Data Fields | |
| int | nint |
| number of integration points | |
| int | neln |
| number of element nodes | |
| matrix | H |
| shape function values at gausspoints. | |
| matrix | Hi |
| inverse of H; useful for projection integr. point data to nodal data | |
| int | m_ntype |
| type of element | |
This class is the base class for all element trait's classes.
shape function values at gausspoints.
The first index refers to the gauss-point, the second index to the shape function
1.7.5.1