![]() |
OGS
|
Classes | |
| struct | ConstitutiveData |
| Data that is needed for the equation system assembly. More... | |
| struct | ConstitutiveModels |
| Constitutive models used for assembly. More... | |
| struct | ConstitutiveSetting |
| struct | ConstitutiveTempData |
| struct | CreateConstitutiveSetting |
| struct | OutputData |
| Data that is needed for output purposes, but not directly for the assembly. More... | |
| struct | SolidMechanicsDataStateless |
| struct | SolidMechanicsModel |
| struct | StatefulData |
| Data whose state must be tracked by the process. More... | |
| struct | StatefulDataPrev |
| Data whose state must be tracked by the process. More... | |
Typedefs | |
| template<int DisplacementDim> | |
| using | SolidConstitutiveRelation |
Functions | |
| template<int DisplacementDim> | |
| std::unique_ptr< SolidConstitutiveRelation< DisplacementDim > > | createMFrontGeneric (std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, std::optional< ParameterLib::CoordinateSystem > const &local_coordinate_system, BaseLib::ConfigTree const &config) |
| using ProcessLib::LargeDeformation::ConstitutiveRelations::SolidConstitutiveRelation |
Definition at line 35 of file SolidMechanics.h.
| std::unique_ptr< SolidConstitutiveRelation< DisplacementDim > > ProcessLib::LargeDeformation::ConstitutiveRelations::createMFrontGeneric | ( | std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const & | parameters, |
| std::optional< ParameterLib::CoordinateSystem > const & | local_coordinate_system, | ||
| BaseLib::ConfigTree const & | config ) |
Definition at line 20 of file CreateConstitutiveSetting.cpp.
Referenced by ProcessLib::LargeDeformation::ConstitutiveRelations::CreateConstitutiveSetting< DisplacementDim >::createSolidConstitutiveRelations().