#include "users_modules/adolc-plasticity/src/ADOLCPlasticityLargeStrain.hpp"
|
boost::shared_ptr< MatrixDouble > | mA |
|
boost::shared_ptr< MatrixDouble > | mB |
|
◆ OpTransferCommonData()
ADOLCPlasticity::OpTransferCommonData::OpTransferCommonData |
( |
boost::shared_ptr< MatrixDouble > |
m_a, |
|
|
boost::shared_ptr< MatrixDouble > |
m_b |
|
) |
| |
|
inline |
Definition at line 22 of file ADOLCPlasticityLargeStrain.hpp.
24 : ForcesAndSourcesCore::UserDataOperator(
NOSPACE,
25 UserDataOperator::OPSPACE),
boost::shared_ptr< MatrixDouble > mA
boost::shared_ptr< MatrixDouble > mB
◆ doWork()
MoFEMErrorCode ADOLCPlasticity::OpTransferCommonData::doWork |
( |
int |
side, |
|
|
EntityType |
type, |
|
|
DataForcesAndSourcesCore::EntData & |
data |
|
) |
| |
|
inline |
- Examples
- ADOLCPlasticityLargeStrain.hpp.
Definition at line 28 of file ADOLCPlasticityLargeStrain.hpp.
29 {
31
34 }
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
◆ mA
boost::shared_ptr<MatrixDouble> ADOLCPlasticity::OpTransferCommonData::mA |
◆ mB
boost::shared_ptr<MatrixDouble> ADOLCPlasticity::OpTransferCommonData::mB |
The documentation for this struct was generated from the following file: