![]() |
v0.15.0 |
#include "users_modules/eshelbian_plasticity/src/EshelbianOperators.hpp"
Additional Inherited Members | |
Public Types inherited from OpAssembleBasic< FaceUserDataOperator > | |
| using | ScaleOff = boost::function< double()> |
Public Member Functions inherited from OpAssembleBasic< FaceUserDataOperator > | |
| OpAssembleBasic (const std::string &field_name, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const char type) | |
| OpAssembleBasic (std::string row_field, std::string col_field, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const char type, const bool assemble_symmetry, ScaleOff scale_off=[]() { return 1;}) | |
| OpAssembleBasic (const FieldSpace space) | |
| 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) |
Public Attributes inherited from OpAssembleBasic< FaceUserDataOperator > | |
| const bool | assembleSymmetry |
| boost::shared_ptr< DataAtIntegrationPts > | dataAtPts |
| data at integration pts | |
| VectorDouble | nF |
| local right hand side vector | |
| MatrixDouble | K |
| local tangent matrix | |
| MatrixDouble | transposeK |
| ScaleOff | scaleOff |
Definition at line 184 of file EshelbianOperators.hpp.