v0.14.0 |
#include <tutorials/adv-0/src/PlasticOpsGeneric.hpp>
Public Member Functions | |
DEPRECATED | OpPlasticStressImpl (const std::string field_name, boost::shared_ptr< CommonData > common_data_ptr, boost::shared_ptr< MatrixDouble > mDPtr) |
OpPlasticStressImpl (boost::shared_ptr< CommonData > common_data_ptr, boost::shared_ptr< MatrixDouble > mDPtr) | |
MoFEMErrorCode | doWork (int side, EntityType type, EntData &data) |
[Calculate stress] More... | |
Private Attributes | |
boost::shared_ptr< MatrixDouble > | mDPtr |
boost::shared_ptr< CommonData > | commonDataPtr |
Definition at line 738 of file PlasticOpsGeneric.hpp.
PlasticOps::OpPlasticStressImpl< DIM, GAUSS, DomainEleOp >::OpPlasticStressImpl | ( | const std::string | field_name, |
boost::shared_ptr< CommonData > | common_data_ptr, | ||
boost::shared_ptr< MatrixDouble > | mDPtr | ||
) |
Definition at line 757 of file PlasticOpsGeneric.hpp.
PlasticOps::OpPlasticStressImpl< DIM, GAUSS, DomainEleOp >::OpPlasticStressImpl | ( | boost::shared_ptr< CommonData > | common_data_ptr, |
boost::shared_ptr< MatrixDouble > | mDPtr | ||
) |
Definition at line 768 of file PlasticOpsGeneric.hpp.
MoFEMErrorCode PlasticOps::OpPlasticStressImpl< DIM, GAUSS, DomainEleOp >::doWork | ( | int | side, |
EntityType | type, | ||
EntData & | data | ||
) |
[Calculate stress]
Definition at line 777 of file PlasticOpsGeneric.hpp.
|
private |
Definition at line 753 of file PlasticOpsGeneric.hpp.
|
private |
Definition at line 752 of file PlasticOpsGeneric.hpp.