Typedefs | |
typedef std::map< std::pair< unsigned int, unsigned int >, std::pair< ConstraintType, const Function * > > | ConstraintMap |
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") |
Moose constraint type, for input. More... | |
typedef std::map<std::pair<unsigned int, unsigned int>, std::pair<ConstraintType, const Function *> > Homogenization::ConstraintMap |
Definition at line 27 of file HomogenizationConstraint.h.
|
strong |
Constraint type: stress/PK stress or strain/deformation gradient.
Enumerator | |
---|---|
Strain | |
Stress | |
None |
Definition at line 20 of file HomogenizationConstraint.h.
const MultiMooseEnum Homogenization::constraintType | ( | "strain stress none" | ) |
Moose constraint type, for input.
Referenced by QuasiStaticSolidMechanicsPhysics::validParams(), and HomogenizationConstraint::validParams().