#include <materialintpt_data.hpp>

| Public Types | |
| typedef size_t | count_type | 
| typedef unsigned int | index_type | 
| typedef unsigned int | uint | 
| typedef unsigned short | ushort | 
| Public Member Functions | |
| VectorOf3SparseVectors & | defgradCoeffs () | 
| a setter for nodal_defgrad_coeffs | |
| const VectorOf3SparseVectors & | defgradCoeffs () const | 
| a const getter for nodal_defgrad_coeffs (for fast access) | |
| MaterialIntptData (const mesh::Section &thesection, const mesh::DofHandler &dofs) | |
| material::MaterialPoint & | materialPoint () | 
| setter for material_point | |
| const material::MaterialPoint & | materialPoint () const | 
| getter for material_point | |
| real_type & | weight () | 
| setter for m_weight | |
| const real_type & | weight () const | 
| getter for m_weight | |
| Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef double | real_type | 
| Protected Attributes | |
| VectorOf3SparseVectors | m_defgrad_coeffs | 
| stores the defgrad coefficients at this point: | |
| real_type | m_weight | 
| the integration weight | |
| material::MaterialPoint | material_point | 
| material data at this point: | |
 1.5.6
 1.5.6