v0.14.0 |
[J2 2D] More...
#include <users_modules/adolc-plasticity/src/ADOLCPlasticityMaterialModels.hpp>
Public Member Functions | |
MoFEMErrorCode | freeHemholtzEnergy () |
[Free energy J2] More... | |
Public Member Functions inherited from ADOLCPlasticity::J2Plasticity< 3 > | |
J2Plasticity () | |
MoFEMErrorCode | getDefaultMaterialParameters () |
MoFEMErrorCode | addMatBlockOps (MoFEM::Interface &m_field, boost::ptr_deque< ForcesAndSourcesCore::UserDataOperator > &pip, std::string block_name, Sev sev) |
Get material parameters from block. More... | |
MoFEMErrorCode | setParams (short tag, bool &recalculate_elastic_tangent) |
Set material parameters at integration point. More... | |
MoFEMErrorCode | evalF () |
[Yield function J2] More... | |
MoFEMErrorCode | yieldFunction () |
Set yield function. More... | |
MoFEMErrorCode | flowPotential () |
[Yield function J2] More... | |
Public Member Functions inherited from ADOLCPlasticity::ClosestPointProjection | |
VectorAdaptor | getPlasticStrain () |
VectorAdaptor | getTotalStrain () |
VectorAdaptor | getInternalVariables () |
VectorAdaptor | getActiveVariablesYH () |
VectorAdaptor | getStress () |
VectorAdaptor | getInternalFluxes () |
ClosestPointProjection () | |
MoFEMErrorCode | recordW () |
Record strain energy. More... | |
MoFEMErrorCode | recordY () |
Record yield function. More... | |
MoFEMErrorCode | recordH () |
Record flow potential. More... | |
MoFEMErrorCode | playW () |
MoFEMErrorCode | playW_NoHessian () |
MoFEMErrorCode | playY () |
MoFEMErrorCode | playY_NoGradient () |
MoFEMErrorCode | playH () |
MoFEMErrorCode | playH_NoHessian () |
MoFEMErrorCode | createMatAVecR () |
MoFEMErrorCode | evaluatePotentials () |
MoFEMErrorCode | playPotentials () |
MoFEMErrorCode | playPotentials_NoHessian () |
MoFEMErrorCode | calculateR (Vec R) |
MoFEMErrorCode | calculateA () |
MoFEMErrorCode | snesCreate () |
Create nested snes. More... | |
MoFEMErrorCode | solveClosetProjection () |
Solve nonlinear system of equations to find stress, internal fluxes, and Lagrange plastic multiplier. More... | |
MoFEMErrorCode | consistentTangent () |
Calculate consistent tangent matrix. More... | |
MoFEMErrorCode | recordTapes () |
Record tapes. More... | |
[J2 2D]
Definition at line 410 of file ADOLCPlasticityMaterialModels.hpp.
|
inlinevirtual |
[Free energy J2]
[Plane stress]
[Plane stress]
Reimplemented from ADOLCPlasticity::J2Plasticity< 3 >.
Definition at line 413 of file ADOLCPlasticityMaterialModels.hpp.