#include <users_modules/eshelbian_plasticty/src/EshelbianPlasticity.hpp>
|
| OpRotationBc_dx (const std::string &row_field_name, const std::string &col_field_name, boost::shared_ptr< DataAtIntegrationPts > &data_ptr, boost::shared_ptr< BcRotVec > &bc_rot_ptr) |
|
MoFEMErrorCode | integrate (EntData &row_data, EntData &col_data) |
|
| OpAssembleFace (const std::string &field, boost::shared_ptr< DataAtIntegrationPts > &data_ptr, const char type) |
|
| OpAssembleFace (const std::string &row_field, const std::string &col_field, boost::shared_ptr< DataAtIntegrationPts > &data_ptr, const char type, const bool assemble_symmetry) |
|
| OpAssembleBasic (const std::string &field_name, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const char type) |
|
| OpAssembleBasic (const std::string &row_field, const std::string &col_field, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const char type, const bool assemble_symmetry) |
|
virtual MoFEMErrorCode | integrate (EntData &data) |
|
virtual MoFEMErrorCode | integrate (int row_side, EntityType row_type, EntData &data) |
|
virtual MoFEMErrorCode | integrate (EntData &row_data, EntData &col_data) |
|
virtual MoFEMErrorCode | assemble (EntData &data) |
|
virtual MoFEMErrorCode | assemble (int row_side, EntityType row_type, EntData &data) |
|
virtual MoFEMErrorCode | assemble (int row_side, int col_side, EntityType row_type, EntityType col_type, EntData &row_data, EntData &col_data) |
|
MoFEMErrorCode | doWork (int side, EntityType type, EntData &data) |
|
MoFEMErrorCode | doWork (int row_side, int col_side, EntityType row_type, EntityType col_type, EntData &row_data, EntData &col_data) |
|
Definition at line 601 of file EshelbianPlasticity.hpp.
◆ OpRotationBc_dx()
EshelbianPlasticity::OpRotationBc_dx::OpRotationBc_dx |
( |
const std::string & |
row_field_name, |
|
|
const std::string & |
col_field_name, |
|
|
boost::shared_ptr< DataAtIntegrationPts > & |
data_ptr, |
|
|
boost::shared_ptr< BcRotVec > & |
bc_rot_ptr |
|
) |
| |
|
inline |
Definition at line 603 of file EshelbianPlasticity.hpp.
607 :
OpAssembleFace(row_field_name, col_field_name, data_ptr, OPROWCOL,
608 false),
OpAssembleFace(const std::string &field, boost::shared_ptr< DataAtIntegrationPts > &data_ptr, const char type)
boost::shared_ptr< BcRotVec > bcRotPtr
◆ integrate()
MoFEMErrorCode EshelbianPlasticity::OpRotationBc_dx::integrate |
( |
EntData & |
row_data, |
|
|
EntData & |
col_data |
|
) |
| |
|
virtual |
◆ bcRotPtr
boost::shared_ptr<BcRotVec> EshelbianPlasticity::OpRotationBc_dx::bcRotPtr |
The documentation for this struct was generated from the following file: