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

Typedefs

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

Enumerations

enum class  ConstraintType { Strain , Stress , None }
 Constraint type: stress/PK stress or strain/deformation gradient. More...
 

Functions

const MultiMooseEnum constraintType ("strain stress none")
 Moose constraint type, for input.
 

Typedef Documentation

◆ ConstraintMap

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

Definition at line 27 of file ComputeHomogenizedLagrangianStrainA.h.

Enumeration Type Documentation

◆ ConstraintType

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

Enumerator
Strain 
Stress 
None 

Definition at line 20 of file ComputeHomogenizedLagrangianStrainA.h.

21{
22 Strain,
23 Stress,
24 None
25};

Function Documentation

◆ constraintType()

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

Moose constraint type, for input.

Referenced by ComputeHomogenizedLagrangianStrainA::validParams().