|  | OGS
    | 
Definition at line 26 of file IntegrationPointDataMatrix.h.
#include <IntegrationPointDataMatrix.h>
| Public Member Functions | |
| IntegrationPointDataMatrix (MaterialLib::Solids::MechanicsBase< DisplacementDim > &solid_material) | |
| void | pushBackState () | 
| Public Attributes | |
| BMatricesType::KelvinVectorType | _sigma | 
| BMatricesType::KelvinVectorType | _sigma_prev | 
| BMatricesType::KelvinVectorType | _eps | 
| BMatricesType::KelvinVectorType | _eps_prev | 
| MaterialLib::Solids::MechanicsBase< DisplacementDim > & | _solid_material | 
| std::unique_ptr< typename MaterialLib::Solids::MechanicsBase< DisplacementDim >::MaterialStateVariables > | _material_state_variables | 
| BMatricesType::KelvinMatrixType | _C | 
| double | integration_weight | 
| ShapeMatricesType::NodalRowVectorType | N_u | 
| ShapeMatricesType::GlobalDimNodalMatrixType | dNdx_u | 
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
| 
 | inlineexplicit | 
Definition at line 28 of file IntegrationPointDataMatrix.h.
| 
 | inline | 
Definition at line 50 of file IntegrationPointDataMatrix.h.
References ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_eps, ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_eps_prev, ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_material_state_variables, ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_sigma, and ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_sigma_prev.
| BMatricesType::KelvinMatrixType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_C | 
Definition at line 44 of file IntegrationPointDataMatrix.h.
| BMatricesType::KelvinVectorType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_eps | 
Definition at line 37 of file IntegrationPointDataMatrix.h.
Referenced by ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::pushBackState().
| BMatricesType::KelvinVectorType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_eps_prev | 
Definition at line 37 of file IntegrationPointDataMatrix.h.
Referenced by ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::pushBackState().
| std::unique_ptr<typename MaterialLib::Solids::MechanicsBase< DisplacementDim>::MaterialStateVariables> ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_material_state_variables | 
Definition at line 42 of file IntegrationPointDataMatrix.h.
Referenced by ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::pushBackState().
| BMatricesType::KelvinVectorType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_sigma | 
Definition at line 36 of file IntegrationPointDataMatrix.h.
Referenced by ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::pushBackState().
| BMatricesType::KelvinVectorType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_sigma_prev | 
Definition at line 36 of file IntegrationPointDataMatrix.h.
Referenced by ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::pushBackState().
| MaterialLib::Solids::MechanicsBase<DisplacementDim>& ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_solid_material | 
Definition at line 39 of file IntegrationPointDataMatrix.h.
| ShapeMatricesType::GlobalDimNodalMatrixType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::dNdx_u | 
Definition at line 48 of file IntegrationPointDataMatrix.h.
| ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW | 
Definition at line 57 of file IntegrationPointDataMatrix.h.
| double ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::integration_weight | 
Definition at line 45 of file IntegrationPointDataMatrix.h.
| ShapeMatricesType::NodalRowVectorType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::N_u | 
Definition at line 47 of file IntegrationPointDataMatrix.h.