26 typedef std::map<std::pair<unsigned int, unsigned int>, std::pair<ConstraintType, const Function *>>
ConstraintType
Constraint type: stress/PK stress or strain/deformation gradient.
const std::string _base_name
The base name for material properties.
Calculate the tensor corresponding to homogenization gradient.
const VariableValue & _macro_gradientA
ScalarVariable with 1st component of the field.
virtual void computeQpProperties() override
const VariableValue & _macro_gradient
ScalarVariable with the field.
ComputeHomogenizedLagrangianStrainA(const InputParameters ¶meters)
std::map< std::pair< unsigned int, unsigned int >, std::pair< ConstraintType, const Function * > > ConstraintMap
HomogenizationB::ConstraintMap _cmap
Constraint map.
OutputTools< Real >::VariableValue VariableValue
static InputParameters validParams()
const InputParameters & parameters() const
const MultiMooseEnum constraintType("strain stress none")
Moose constraint type, for input.
MaterialProperty< RankTwoTensor > & _homogenization_contribution
Unwrapped into a tensor.