#include <HyperelasticMaterial.h>

| Public Attributes | |
| Real | trC | 
| Trace of C = I1.  More... | |
| Real | J | 
| Real | lambda | 
| Real | trCsquare | 
| Trace of C^2 : I2 = (trCSquare - trC^2)/2.  More... | |
| bool | hasBeenInitialized | 
| boolean indicating whether the invariants have been computed  More... | |
| MatrixSym | deformationTensor | 
| right Cauchy-Green deformation tensor C (gradPhi^T gradPhi)  More... | |
| EigenMatrix | Evect | 
| CoordEigen | Evalue | 
| Real | logJ | 
| MatrixSym | E | 
| Public Member Functions | |
| StrainInformation () | |
| virtual | ~StrainInformation () | 
| MatrixSym sofa::component::solidmechanics::fem::hyperelastic::material::StrainInformation< DataTypes >::deformationTensor | 
right Cauchy-Green deformation tensor C (gradPhi^T gradPhi)
| MatrixSym sofa::component::solidmechanics::fem::hyperelastic::material::StrainInformation< DataTypes >::E | 
| CoordEigen sofa::component::solidmechanics::fem::hyperelastic::material::StrainInformation< DataTypes >::Evalue | 
| EigenMatrix sofa::component::solidmechanics::fem::hyperelastic::material::StrainInformation< DataTypes >::Evect | 
| bool sofa::component::solidmechanics::fem::hyperelastic::material::StrainInformation< DataTypes >::hasBeenInitialized | 
boolean indicating whether the invariants have been computed
| Real sofa::component::solidmechanics::fem::hyperelastic::material::StrainInformation< DataTypes >::J | 
| Real sofa::component::solidmechanics::fem::hyperelastic::material::StrainInformation< DataTypes >::lambda | 
| Real sofa::component::solidmechanics::fem::hyperelastic::material::StrainInformation< DataTypes >::logJ | 
| Real sofa::component::solidmechanics::fem::hyperelastic::material::StrainInformation< DataTypes >::trC | 
Trace of C = I1.
| Real sofa::component::solidmechanics::fem::hyperelastic::material::StrainInformation< DataTypes >::trCsquare | 
Trace of C^2 : I2 = (trCSquare - trC^2)/2.
| 
 | inline | 
| 
 | inlinevirtual |