v0.14.0
Public Member Functions | Public Attributes | List of all members
EshelbianPlasticity::OpRotationBc_dx Struct Reference

#include <users_modules/eshelbian_plasticit/src/EshelbianPlasticity.hpp>

Inheritance diagram for EshelbianPlasticity::OpRotationBc_dx:
[legend]
Collaboration diagram for EshelbianPlasticity::OpRotationBc_dx:
[legend]

Public Member Functions

 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)
 
- Public Member Functions inherited from EshelbianPlasticity::OpAssembleFace
 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)
 
- Public Member Functions inherited from EshelbianPlasticity::OpAssembleBasic< FaceUserDataOperator >
 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, ScaleOff scale_off=[]() { return 1;})
 
virtual MoFEMErrorCode integrate (EntData &data)
 
virtual MoFEMErrorCode integrate (int row_side, EntityType row_type, EntData &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)
 

Public Attributes

boost::shared_ptr< BcRotVecbcRotPtr
 
- Public Attributes inherited from EshelbianPlasticity::OpAssembleBasic< FaceUserDataOperator >
const bool assembleSymmetry
 
boost::shared_ptr< DataAtIntegrationPtsdataAtPts
 data at integration pts More...
 
VectorDouble nF
 local right hand side vector More...
 
MatrixDouble K
 local tangent matrix More...
 
MatrixDouble transposeK
 
ScaleOff scaleOff
 

Additional Inherited Members

- Public Types inherited from EshelbianPlasticity::OpAssembleBasic< FaceUserDataOperator >
using ScaleOff = boost::function< double()>
 

Detailed Description

Definition at line 598 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ 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 600 of file EshelbianPlasticity.hpp.

604  : OpAssembleFace(row_field_name, col_field_name, data_ptr, OPROWCOL,
605  false),
606  bcRotPtr(bc_rot_ptr) {}

Member Function Documentation

◆ integrate()

MoFEMErrorCode EshelbianPlasticity::OpRotationBc_dx::integrate ( EntData row_data,
EntData col_data 
)
virtual

Member Data Documentation

◆ bcRotPtr

boost::shared_ptr<BcRotVec> EshelbianPlasticity::OpRotationBc_dx::bcRotPtr

Definition at line 599 of file EshelbianPlasticity.hpp.


The documentation for this struct was generated from the following file:
EshelbianPlasticity::OpAssembleFace::OpAssembleFace
OpAssembleFace(const std::string &field, boost::shared_ptr< DataAtIntegrationPts > &data_ptr, const char type)
Definition: EshelbianPlasticity.hpp:476
EshelbianPlasticity::OpRotationBc_dx::bcRotPtr
boost::shared_ptr< BcRotVec > bcRotPtr
Definition: EshelbianPlasticity.hpp:599