https://mooseframework.inl.gov
Typedefs | Enumerations | Functions
Homogenization Namespace Reference

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 Documentation

◆ ConstraintMap

typedef std::map<std::pair<unsigned int, unsigned int>, std::pair<ConstraintType, const Function *> > Homogenization::ConstraintMap

Definition at line 27 of file HomogenizationConstraint.h.

Enumeration Type Documentation

◆ ConstraintType

Constraint type: stress/PK stress or strain/deformation gradient.

Enumerator
Strain 
Stress 
None 

Definition at line 20 of file HomogenizationConstraint.h.

Function Documentation

◆ constraintType()

const MultiMooseEnum Homogenization::constraintType ( "strain stress none"  )