![]() |
v0.14.0 |
Small strain finite element implementation. More...
#include <users_modules/small_strain_plasticity/src/SmallStrainPlasticity.hpp>
Classes | |
struct | ClosestPointProjection |
Closest point projection algorithm. More... | |
struct | CommonData |
common data used by volume elements More... | |
struct | MakeB |
struct | MyVolumeFE |
definition of volume element More... | |
struct | OpAssembleLhs |
struct | OpAssembleRhs |
struct | OpCalculateStress |
struct | OpGetCommonDataAtGaussPts |
struct | OpGetDataAtGaussPts |
struct | OpUpdate |
Public Member Functions | |
SmallStrainPlasticity (MoFEM::Interface &m_field) | |
PetscErrorCode | createInternalVariablesTag () |
Public Attributes | |
MoFEM::Interface & | mField |
Tag | thPlasticStrain |
Tag | thInternalVariables |
MyVolumeFE | feRhs |
calculate right hand side for tetrahedral elements More... | |
MyVolumeFE | feLhs |
MyVolumeFE | feUpdate |
CommonData | commonData |
Small strain finite element implementation.
Definition at line 320 of file SmallStrainPlasticity.hpp.
|
inline |
Definition at line 364 of file SmallStrainPlasticity.hpp.
PetscErrorCode SmallStrainPlasticity::createInternalVariablesTag | ( | ) |
Definition at line 34 of file SmallStrainPlasticity.cpp.
CommonData SmallStrainPlasticity::commonData |
Definition at line 394 of file SmallStrainPlasticity.hpp.
MyVolumeFE SmallStrainPlasticity::feLhs |
Definition at line 361 of file SmallStrainPlasticity.hpp.
MyVolumeFE SmallStrainPlasticity::feRhs |
calculate right hand side for tetrahedral elements
Definition at line 360 of file SmallStrainPlasticity.hpp.
MyVolumeFE SmallStrainPlasticity::feUpdate |
Definition at line 362 of file SmallStrainPlasticity.hpp.
MoFEM::Interface& SmallStrainPlasticity::mField |
Definition at line 325 of file SmallStrainPlasticity.hpp.
Tag SmallStrainPlasticity::thInternalVariables |
Definition at line 328 of file SmallStrainPlasticity.hpp.
Tag SmallStrainPlasticity::thPlasticStrain |
Definition at line 327 of file SmallStrainPlasticity.hpp.