|
| KRATOS_CLASS_POINTER_DEFINITION (NonlocalDamageFlowRule) |
|
| NonlocalDamageFlowRule () |
| Default Constructor. More...
|
|
| NonlocalDamageFlowRule (YieldCriterionPointer pYieldCriterion) |
| Second Constructor. More...
|
|
| NonlocalDamageFlowRule (NonlocalDamageFlowRule const &rOther) |
| Copy constructor. More...
|
|
NonlocalDamageFlowRule & | operator= (NonlocalDamageFlowRule const &rOther) |
| Assignment operator. More...
|
|
| ~NonlocalDamageFlowRule () override |
| Destructor. More...
|
|
FlowRule::Pointer | Clone () const override |
|
void | InitializeMaterial (YieldCriterionPointer &pYieldCriterion, HardeningLawPointer &pHardeningLaw, const Properties &rMaterialProperties) override |
| Operations. More...
|
|
bool | CalculateReturnMapping (RadialReturnVariables &rReturnMappingVariables, const Matrix &rIncrementalDeformationGradient, Matrix &rStressMatrix, Matrix &rNewElasticLeftCauchyGreen) override |
|
bool | UpdateInternalVariables (RadialReturnVariables &rReturnMappingVariables) override |
|
| KRATOS_CLASS_POINTER_DEFINITION (LocalDamageFlowRule) |
|
| LocalDamageFlowRule () |
| Default Constructor. More...
|
|
| LocalDamageFlowRule (YieldCriterionPointer pYieldCriterion) |
| Second Constructor. More...
|
|
| LocalDamageFlowRule (LocalDamageFlowRule const &rOther) |
| Copy constructor. More...
|
|
LocalDamageFlowRule & | operator= (LocalDamageFlowRule const &rOther) |
| Assignment operator. More...
|
|
| ~LocalDamageFlowRule () override |
| Destructor. More...
|
|
void | CalculateScalingFactors (const RadialReturnVariables &rReturnMappingVariables, PlasticFactors &rScalingFactors) override |
|
| KRATOS_CLASS_POINTER_DEFINITION (IsotropicDamageFlowRule) |
| Pointer definition of IsotropicDamageFlowRule. More...
|
|
| KRATOS_CLASS_POINTER_DEFINITION (IsotropicDamageFlowRule) |
| Pointer definition of IsotropicDamageFlowRule. More...
|
|
| IsotropicDamageFlowRule () |
| Default constructor. More...
|
|
| IsotropicDamageFlowRule (YieldCriterionPointer pYieldCriterion) |
| Initialization constructor. More...
|
|
| IsotropicDamageFlowRule (IsotropicDamageFlowRule const &rOther) |
| Copy constructor. More...
|
|
IsotropicDamageFlowRule & | operator= (IsotropicDamageFlowRule const &rOther) |
| Assignment operator. More...
|
|
| ~IsotropicDamageFlowRule () override |
| Destructor. More...
|
|
| IsotropicDamageFlowRule () |
| Default constructor. More...
|
|
| IsotropicDamageFlowRule (YieldCriterionPointer pYieldCriterion) |
| Initialization constructor. More...
|
|
| IsotropicDamageFlowRule (IsotropicDamageFlowRule const &rOther) |
| Copy constructor. More...
|
|
IsotropicDamageFlowRule & | operator= (IsotropicDamageFlowRule const &rOther) |
| Assignment operator. More...
|
|
| ~IsotropicDamageFlowRule () override |
| Destructor. More...
|
|
FlowRule::Pointer | Clone () const override |
|
bool | CalculateReturnMapping (RadialReturnVariables &rReturnMappingVariables, Matrix &rIsoStressMatrix) override |
|
void | ComputeElastoPlasticTangentMatrix (const RadialReturnVariables &rReturnMappingVariables, const Matrix &rElasticLeftCauchyGreen, const double &rAlpha, Matrix &rElastoPlasticMatrix) override |
|
void | InitializeMaterial (YieldCriterionPointer &pYieldCriterion, HardeningLawPointer &pHardeningLaw, const Properties &rMaterialProperties) override |
|
bool | CalculateReturnMapping (RadialReturnVariables &rReturnMappingVariables, const Matrix &rIncrementalDeformationGradient, Matrix &rStressMatrix, Matrix &rNewElasticLeftCauchyGreen) override |
|
bool | CalculateReturnMapping (RadialReturnVariables &rReturnMappingVariables, Matrix &rIsoStressMatrix) override |
|
void | ComputeElastoPlasticTangentMatrix (const RadialReturnVariables &rReturnMappingVariables, const Matrix &rElasticLeftCauchyGreen, const double &rAlpha, Matrix &rElastoPlasticMatrix) override |
|
bool | UpdateInternalVariables (RadialReturnVariables &rReturnMappingVariables) override |
|
| FlowRule () |
| Default constructor. More...
|
|
| FlowRule (YieldCriterionPointer pYieldCriterion) |
| Initialization constructor. More...
|
|
| FlowRule (FlowRule const &rOther) |
| Copy constructor. More...
|
|
FlowRule & | operator= (FlowRule const &rOther) |
| Assignment operator. More...
|
|
virtual | ~FlowRule () |
| Destructor. More...
|
|
| FlowRule () |
| Default constructor. More...
|
|
| FlowRule (YieldCriterionPointer pYieldCriterion) |
| Initialization constructor. More...
|
|
| FlowRule (FlowRule const &rOther) |
| Copy constructor. More...
|
|
FlowRule & | operator= (FlowRule const &rOther) |
| Assignment operator. More...
|
|
virtual | ~FlowRule () |
| Destructor. More...
|
|
virtual void | InitializeMaterial (const Properties &rMaterialProperties) |
|
const Properties & | GetProperties () |
|
const InternalVariables & | GetInternalVariables () |
|
InternalVariables & | SetInternalVariables () |
|
const ThermalVariables & | GetThermalVariables () |
|
virtual Matrix | ComputeKirchhoffStressMatrix (const Matrix &rLeftCauchyGreenMatrix) |
|
virtual void | InitializeMaterial (const Properties &rMaterialProperties) |
|
const Properties & | GetProperties () |
|
const InternalVariables & | GetInternalVariables () |
|
InternalVariables & | SetInternalVariables () |
|
const ThermalVariables & | GetThermalVariables () |
|
virtual Matrix | ComputeKirchhoffStressMatrix (const Matrix &rLeftCauchyGreenMatrix) |
|
| KRATOS_DEFINE_LOCAL_FLAG (IMPLEX_ACTIVE) |
|
| KRATOS_DEFINE_LOCAL_FLAG (PLASTIC_REGION) |
|
| KRATOS_DEFINE_LOCAL_FLAG (PLASTIC_RATE_REGION) |
|
| KRATOS_DEFINE_LOCAL_FLAG (RETURN_MAPPING_COMPUTED) |
|
| KRATOS_CLASS_POINTER_DEFINITION (FlowRule) |
| Pointer definition of FlowRule. More...
|
|
| KRATOS_DEFINE_LOCAL_FLAG (IMPLEX_ACTIVE) |
|
| KRATOS_DEFINE_LOCAL_FLAG (PLASTIC_REGION) |
|
| KRATOS_DEFINE_LOCAL_FLAG (PLASTIC_RATE_REGION) |
|
| KRATOS_DEFINE_LOCAL_FLAG (RETURN_MAPPING_COMPUTED) |
|
| KRATOS_CLASS_POINTER_DEFINITION (FlowRule) |
| Pointer definition of FlowRule. More...
|
|