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 *> > HomogenizationB::ConstraintMap |
Definition at line 27 of file ComputeHomogenizedLagrangianStrainA.h.
|
strong |
Constraint type: stress/PK stress or strain/deformation gradient.
| Enumerator | |
|---|---|
| Strain | |
| Stress | |
| None | |
Definition at line 20 of file ComputeHomogenizedLagrangianStrainA.h.
| const MultiMooseEnum HomogenizationB::constraintType | ( | "strain stress none" | ) |
Moose constraint type, for input.
Referenced by ComputeHomogenizedLagrangianStrainA::validParams().
1.8.14