![]() |
v0.14.0 |
#include <users_modules/eshelbian_plasticit/src/EshelbianOperators.hpp>
Additional Inherited Members | |
![]() | |
using | ScaleOff = boost::function< double()> |
![]() | |
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;}) | |
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) |
![]() | |
const bool | assembleSymmetry |
boost::shared_ptr< DataAtIntegrationPts > | dataAtPts |
data at integration pts More... | |
VectorDouble | nF |
local right hand side vector More... | |
MatrixDouble | K |
local tangent matrix More... | |
MatrixDouble | transposeK |
ScaleOff | scaleOff |
Definition at line 155 of file EshelbianOperators.hpp.