Go to the source code of this file.
Classes | |
class | HomogenizedTotalLagrangianStressDivergenceS |
Total Lagrangian formulation with all homogenization terms (one disp_xyz field and macro_gradient scalar) More... | |
Namespaces | |
HomogenizationS | |
Typedefs | |
typedef std::map< std::pair< unsigned int, unsigned int >, std::pair< ConstraintType, const Function * > > | HomogenizationS::ConstraintMap |
Enumerations | |
enum | HomogenizationS::ConstraintType { HomogenizationS::ConstraintType::Strain, HomogenizationS::ConstraintType::Stress, HomogenizationS::ConstraintType::None } |
Constraint type: stress/PK stress or strain/deformation gradient. More... | |
Functions | |
const MultiMooseEnum | HomogenizationS::constraintType ("strain stress none") |
Moose constraint type, for input. More... | |