|
FEBio
1.5.0
|
#include <FEElement.h>
Public Member Functions | |
| FEElementState () | |
| default constructor | |
| ~FEElementState () | |
| destructor | |
| FEElementState (const FEElementState &s) | |
| copy constructor | |
| FEElementState & | operator= (const FEElementState &s) |
| assignment operator | |
| void | Clear () |
| clear state data | |
| void | Create (int n) |
| create | |
| FEMaterialPoint *& | operator[] (int n) |
| operator for easy access to element data | |
The FEElementState class stores the element state data. The state is defined by a material point class for each of the integration points.
1.7.5.1