![]() |
OGS
|
|
Definition at line 26 of file SmallDeformation/LocalAssembler/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 SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
References _material_state_variables, and _solid_material.
|
inline |
Definition at line 50 of file SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
References _eps, _eps_prev, _material_state_variables, _sigma, and _sigma_prev.
| BMatricesType::KelvinMatrixType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_C |
Definition at line 44 of file SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
| BMatricesType::KelvinVectorType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_eps |
Definition at line 37 of file SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
Referenced by ProcessLib::LIE::SmallDeformation::SmallDeformationLocalAssemblerMatrix< ShapeFunction, DisplacementDim >::getIntPtEpsilon(), ProcessLib::LIE::SmallDeformation::SmallDeformationLocalAssemblerMatrixNearFracture< ShapeFunction, DisplacementDim >::getIntPtEpsilon(), and pushBackState().
| BMatricesType::KelvinVectorType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_eps_prev |
Definition at line 37 of file SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
Referenced by 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 SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
Referenced by IntegrationPointDataMatrix(), and pushBackState().
| BMatricesType::KelvinVectorType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_sigma |
Definition at line 36 of file SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
Referenced by ProcessLib::LIE::SmallDeformation::SmallDeformationLocalAssemblerMatrix< ShapeFunction, DisplacementDim >::getIntPtSigma(), ProcessLib::LIE::SmallDeformation::SmallDeformationLocalAssemblerMatrixNearFracture< ShapeFunction, DisplacementDim >::getIntPtSigma(), and pushBackState().
| BMatricesType::KelvinVectorType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_sigma_prev |
Definition at line 36 of file SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
Referenced by pushBackState().
| MaterialLib::Solids::MechanicsBase<DisplacementDim>& ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::_solid_material |
Definition at line 39 of file SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
Referenced by IntegrationPointDataMatrix().
| ShapeMatricesType::GlobalDimNodalMatrixType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::dNdx_u |
Definition at line 48 of file SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
| ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 57 of file SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
| double ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::integration_weight |
Definition at line 45 of file SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.
| ShapeMatricesType::NodalRowVectorType ProcessLib::LIE::SmallDeformation::IntegrationPointDataMatrix< ShapeMatricesType, BMatricesType, DisplacementDim >::N_u |
Definition at line 47 of file SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h.