![]() |
v0.13.0 |
[Common data] More...
#include <users_modules/tutorials/adv-2/src/PlasticThermalOps.hpp>
Public Member Functions | |
auto | getTempFluxValPtr () |
auto | getTempValDotPtr () |
auto | getTempDivFluxPtr () |
![]() | |
auto | getPlasticTauPtr () |
auto | getPlasticTauDotPtr () |
auto | getPlasticStrainPtr () |
auto | getPlasticStrainDotPtr () |
auto | getTempValPtr () |
Public Attributes | |
MatrixDouble | tempFluxVal |
VectorDouble | templDivFlux |
VectorDouble | tempValDot |
![]() | |
boost::shared_ptr< MatrixDouble > | mDPtr |
boost::shared_ptr< MatrixDouble > | mDPtr_Axiator |
boost::shared_ptr< MatrixDouble > | mDPtr_Deviator |
boost::shared_ptr< MatrixDouble > | mGradPtr |
boost::shared_ptr< MatrixDouble > | mStrainPtr |
boost::shared_ptr< MatrixDouble > | mStressPtr |
VectorDouble | plasticSurface |
MatrixDouble | plasticFlow |
VectorDouble | plasticTau |
VectorDouble | plasticTauDot |
MatrixDouble | plasticStrain |
MatrixDouble | plasticStrainDot |
VectorDouble | tempVal |
[Common data]
Definition at line 22 of file PlasticThermalOps.hpp.
auto PlasticThermalOps::CommonData::getTempDivFluxPtr | ( | ) |
Definition at line 34 of file PlasticThermalOps.hpp.
auto PlasticThermalOps::CommonData::getTempFluxValPtr | ( | ) |
Definition at line 28 of file PlasticThermalOps.hpp.
auto PlasticThermalOps::CommonData::getTempValDotPtr | ( | ) |
Definition at line 31 of file PlasticThermalOps.hpp.
MatrixDouble PlasticThermalOps::CommonData::tempFluxVal |
Definition at line 24 of file PlasticThermalOps.hpp.
VectorDouble PlasticThermalOps::CommonData::templDivFlux |
Definition at line 25 of file PlasticThermalOps.hpp.
VectorDouble PlasticThermalOps::CommonData::tempValDot |
Definition at line 26 of file PlasticThermalOps.hpp.