![]() |
v0.14.0 |
[Common data] More...
#include <users_modules/multifield_plasticity/src/PlasticOperators.hpp>
Public Member Functions | |
MoFEMErrorCode | calculateDiffDeviator () |
![]() | |
CommonData () | |
~CommonData () | |
Public Attributes | |
boost::shared_ptr< VectorDouble > | plasticSurfacePtr |
boost::shared_ptr< MatrixDouble > | plasticFlowPtr |
boost::shared_ptr< VectorDouble > | plasticTauPtr |
boost::shared_ptr< VectorDouble > | plasticTauDotPtr |
boost::shared_ptr< MatrixDouble > | plasticStrainPtr |
boost::shared_ptr< MatrixDouble > | plasticStrainDotPtr |
boost::shared_ptr< MatrixDouble > | plasticGradTauPtr |
boost::shared_ptr< MatrixDouble > | plasticGradStrainPtr |
boost::shared_ptr< VectorDouble > | plasticTauJumpPtr |
boost::shared_ptr< MatrixDouble > | plasticStrainJumpPtr |
boost::shared_ptr< MatrixDouble > | guidingVelocityPtr |
Ddg< double, 3, 3 > | diffDeviator |
MatrixDouble | dualBaseMat |
bool | isDualBase |
map< int, MatrixDouble > | plasticStrainSideMap |
map< int, VectorDouble > | plasticTauSideMap |
map< int, MatrixDouble > | velocityVecSideMap |
![]() | |
boost::shared_ptr< MatrixDouble > | mtD |
boost::shared_ptr< MatrixDouble > | mtD_Axiator |
boost::shared_ptr< MatrixDouble > | mtD_Deviator |
boost::shared_ptr< MatrixDouble > | mGradPtr |
boost::shared_ptr< MatrixDouble > | mStrainPtr |
boost::shared_ptr< MatrixDouble > | mStressPtr |
boost::shared_ptr< MatrixDouble > | mPiolaStressPtr |
boost::shared_ptr< MatrixDouble > | mDeformationGradient |
boost::shared_ptr< MatrixDouble > | matC |
boost::shared_ptr< VectorDouble > | detF |
boost::shared_ptr< MatrixDouble > | matEigenVal |
boost::shared_ptr< MatrixDouble > | matEigenVector |
boost::shared_ptr< MatrixDouble > | materialTangent |
boost::shared_ptr< MatrixDouble > | dE_dF_mat |
array< int, 2 > | stateArrayPlast |
array< int, 2 > | stateArrayCont |
array< double, 2 > | stateArrayArea |
vector< double > | bodyReactions |
SmartPetscObj< Vec > | reactionsVec |
Range | reactionEnts |
EntData * | faceRowData |
double | mMeasure |
double | time |
VectorInt | rowIndices |
boost::shared_ptr< MatrixDouble > | mDispPtr |
bool | isNeoHook |
Tag | reactionTag |
double | timeStepSize |
SmartPetscObj< Mat > | SEpEp |
SmartPetscObj< AO > | aoSEpEp |
SmartPetscObj< Mat > | STauTau |
SmartPetscObj< AO > | aoSTauTau |
boost::shared_ptr< BlockMatContainer > | blockMatContainerPtr |
MatrixDouble | massMatTensor |
MatrixDouble | massMatScalar |
[Common data]
Definition at line 53 of file PlasticOperators.hpp.
MoFEMErrorCode CommonData::calculateDiffDeviator | ( | ) |
Definition at line 35 of file PlasticOperators.cpp.
Ddg<double, 3, 3> OpPlasticTools::CommonData::diffDeviator |
Definition at line 68 of file PlasticOperators.hpp.
MatrixDouble OpPlasticTools::CommonData::dualBaseMat |
Definition at line 70 of file PlasticOperators.hpp.
boost::shared_ptr<MatrixDouble> OpPlasticTools::CommonData::guidingVelocityPtr |
Definition at line 66 of file PlasticOperators.hpp.
bool OpPlasticTools::CommonData::isDualBase |
Definition at line 71 of file PlasticOperators.hpp.
boost::shared_ptr<MatrixDouble> OpPlasticTools::CommonData::plasticFlowPtr |
Definition at line 55 of file PlasticOperators.hpp.
boost::shared_ptr<MatrixDouble> OpPlasticTools::CommonData::plasticGradStrainPtr |
Definition at line 62 of file PlasticOperators.hpp.
boost::shared_ptr<MatrixDouble> OpPlasticTools::CommonData::plasticGradTauPtr |
Definition at line 61 of file PlasticOperators.hpp.
boost::shared_ptr<MatrixDouble> OpPlasticTools::CommonData::plasticStrainDotPtr |
Definition at line 59 of file PlasticOperators.hpp.
boost::shared_ptr<MatrixDouble> OpPlasticTools::CommonData::plasticStrainJumpPtr |
Definition at line 65 of file PlasticOperators.hpp.
boost::shared_ptr<MatrixDouble> OpPlasticTools::CommonData::plasticStrainPtr |
Definition at line 58 of file PlasticOperators.hpp.
map<int, MatrixDouble> OpPlasticTools::CommonData::plasticStrainSideMap |
Definition at line 74 of file PlasticOperators.hpp.
boost::shared_ptr<VectorDouble> OpPlasticTools::CommonData::plasticSurfacePtr |
Definition at line 54 of file PlasticOperators.hpp.
boost::shared_ptr<VectorDouble> OpPlasticTools::CommonData::plasticTauDotPtr |
Definition at line 57 of file PlasticOperators.hpp.
boost::shared_ptr<VectorDouble> OpPlasticTools::CommonData::plasticTauJumpPtr |
Definition at line 64 of file PlasticOperators.hpp.
boost::shared_ptr<VectorDouble> OpPlasticTools::CommonData::plasticTauPtr |
Definition at line 56 of file PlasticOperators.hpp.
map<int, VectorDouble> OpPlasticTools::CommonData::plasticTauSideMap |
Definition at line 75 of file PlasticOperators.hpp.
map<int, MatrixDouble> OpPlasticTools::CommonData::velocityVecSideMap |
Definition at line 76 of file PlasticOperators.hpp.