Typedefs | |
| using | ConstraintMap = std::map< std::pair< unsigned int, unsigned int >, std::pair< ConstraintType, const Function * > > |
Enumerations | |
| enum | ConstraintType { ConstraintType::Strain, ConstraintType::Stress, ConstraintType::None } |
| Constraint type: stress/PK stress or strain/deformation gradient. More... | |
Functions | |
| const MultiMooseEnum | constraintType ("strain stress none") |
| using Homogenization::ConstraintMap = typedef std::map<std::pair<unsigned int, unsigned int>, std::pair<ConstraintType, const Function *> > |
Definition at line 30 of file HomogenizationInterface.h.
|
strong |
Constraint type: stress/PK stress or strain/deformation gradient.
| Enumerator | |
|---|---|
| Strain | |
| Stress | |
| None | |
Definition at line 22 of file HomogenizationInterface.h.
| const MultiMooseEnum Homogenization::constraintType | ( | "strain stress none" | ) |
1.8.14