|
FEBio
1.5.0
|
Material point class. More...
#include <FEMaterialPoint.h>
Public Member Functions | |
| FEMaterialPoint (FEMaterialPoint *ppt=0) | |
| virtual void | Init (bool bflag)=0 |
| The init function is used to intialize data. | |
| virtual FEMaterialPoint * | Copy ()=0 |
| virtual void | Serialize (DumpFile &ar)=0 |
| template<class T > | |
| T * | ExtractData () |
Static Public Attributes | |
| static double | time = 0 |
| static double | dt = 0 |
Protected Attributes | |
| FEMaterialPoint * | m_pt |
Material point class.
This class implements the concept of a material point. This point carries with it not only information about its location, both in the reference and current configuration but also about the local deformation. In addition it contains the state information that is associated with the current point.
1.7.5.1