Go to the source code of this file.
Classes | |
| class | HomogenizationInterface< T > |
| Interface for objects that use the homogenization constraint. More... | |
Namespaces | |
| namespace | Homogenization |
Typedefs | |
| using | Homogenization::ConstraintMap = std::map< std::pair< unsigned int, unsigned int >, std::pair< ConstraintType, const Function * > > |
Enumerations | |
| enum class | Homogenization::ConstraintType { Homogenization::Strain , Homogenization::Stress , Homogenization::None } |
| Constraint type: stress/PK stress or strain/deformation gradient. More... | |
Functions | |
| const MultiMooseEnum | Homogenization::constraintType ("strain stress none") |