![]() |
OGS
|
|
#include "FreeEnergyDensity.h"#include "Gravity.h"#include "ProcessLib/ConstitutiveRelations/Base.h"#include "ProcessLib/ConstitutiveRelations/StrainData.h"#include "ProcessLib/ConstitutiveRelations/StressData.h"#include "SolidDensity.h"#include "SolidMechanics.h"Go to the source code of this file.
Namespaces | |
| namespace | ProcessLib |
| namespace | ProcessLib::SmallDeformation |
| namespace | ProcessLib::SmallDeformation::ConstitutiveRelations |
Typedefs | |
| template<int DisplacementDim> | |
| using | ProcessLib::SmallDeformation::ConstitutiveRelations::StatefulData = std::tuple<StressData<DisplacementDim>> |
| Data whose state must be tracked by the process. | |
| template<int DisplacementDim> | |
| using | ProcessLib::SmallDeformation::ConstitutiveRelations::StatefulDataPrev |
| template<int DisplacementDim> | |
| using | ProcessLib::SmallDeformation::ConstitutiveRelations::OutputData |
| Data that is needed for output purposes, but not directly for the assembly. | |
| template<int DisplacementDim> | |
| using | ProcessLib::SmallDeformation::ConstitutiveRelations::ConstitutiveData |
| Data that is needed for the equation system assembly. | |
| template<int DisplacementDim> | |
| using | ProcessLib::SmallDeformation::ConstitutiveRelations::ConstitutiveTempData |