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

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")
 

Typedef Documentation

◆ ConstraintMap

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.

Enumeration Type Documentation

◆ ConstraintType

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

Enumerator
Strain 
Stress 
None 

Definition at line 22 of file HomogenizationInterface.h.

Function Documentation

◆ constraintType()

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