Interface for objects that use the homogenization constraint. More...
#include <HomogenizationInterface.h>
Public Member Functions | |
HomogenizationInterface (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
const Homogenization::ConstraintMap & | cmap () const |
Get the constraint map. More... | |
Private Attributes | |
Homogenization::ConstraintMap | _cmap |
Constraint map. More... | |
Interface for objects that use the homogenization constraint.
Definition at line 37 of file HomogenizationInterface.h.
HomogenizationInterface< T >::HomogenizationInterface | ( | const InputParameters & | parameters | ) |
Definition at line 69 of file HomogenizationInterface.h.
|
inlineprotected |
Get the constraint map.
Definition at line 46 of file HomogenizationInterface.h.
|
static |
Definition at line 55 of file HomogenizationInterface.h.
Referenced by HomogenizedTotalLagrangianStressDivergence::validParams(), and ComputeHomogenizedLagrangianStrain::validParams().
|
private |
Constraint map.
Definition at line 50 of file HomogenizationInterface.h.
Referenced by HomogenizationInterface< Material >::cmap(), and HomogenizationInterface< Material >::HomogenizationInterface().