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