https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Typedefs | Enumerations | Functions
Homogenization Namespace Reference

Typedefs

using ConstraintMap = std::map< std::pair< unsigned int, unsigned int >, std::pair< ConstraintType, const Function * > >
 

Enumerations

enum class  ConstraintType { Strain , Stress , 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 29 of file HomogenizationInterface.h.

Enumeration Type Documentation

◆ ConstraintType

enum class Homogenization::ConstraintType
strong

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