![]() |
v0.14.0 |
#include <users_modules/eshelbian_plasticit/src/EshelbianOperators.hpp>
Public Types | |
using | ScaleOff = boost::function< double()> |
Public Member Functions | |
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 | assemble (EntData &data) |
virtual MoFEMErrorCode | assemble (int row_side, EntityType row_type, EntData &data) |
virtual MoFEMErrorCode | integrate (EntData &row_data, EntData &col_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 | |
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 40 of file EshelbianOperators.hpp.
using OpAssembleBasic< T >::ScaleOff = boost::function<double()> |
Definition at line 42 of file EshelbianOperators.hpp.
|
inline |
Definition at line 48 of file EshelbianOperators.hpp.
|
inline |
Definition at line 53 of file EshelbianOperators.hpp.
|
inlinevirtual |
Definition at line 79 of file EshelbianOperators.hpp.
|
inlinevirtual |
Definition at line 88 of file EshelbianOperators.hpp.
|
inlinevirtual |
Definition at line 101 of file EshelbianOperators.hpp.
|
inline |
Definition at line 135 of file EshelbianOperators.hpp.
|
inline |
Definition at line 124 of file EshelbianOperators.hpp.
|
inlinevirtual |
Reimplemented in OpSpatialPrj, OpSpatialConsistencyDivTerm, OpSpatialConsistencyBubble, OpSpatialConsistencyP, OpSpatialRotation, OpSpatialEquilibrium, EshelbianPlasticity::HMHNeohookean::OpSpatialPhysical, EshelbianPlasticity::HMHHencky::OpSpatialPhysical, and EshelbianPlasticity::OpSpatialPhysical.
Definition at line 66 of file EshelbianOperators.hpp.
|
inlinevirtual |
Reimplemented in OpSpatialPrj_dx_dw, OpSpatialPrj_dx_dx, OpSpatialConsistency_dBubble_domega, OpSpatialConsistency_dP_domega, OpSpatialConsistency_dBubble_dP, OpSpatialConsistency_dBubble_dBubble, OpSpatialConsistency_dP_dP, OpSpatialRotation_domega_domega, OpSpatialRotation_domega_dBubble, OpSpatialRotation_domega_dP, OpSpatialRotation_domega_du, OpSpatialPhysical_du_domega, OpSpatialPhysical_du_dBubble, OpSpatialPhysical_du_dP, OpSpatialEquilibrium_dw_dw, OpSpatialEquilibrium_dw_dP, EshelbianPlasticity::HMHNeohookean::OpSpatialPhysical_du_du, EshelbianPlasticity::OpSpatialPhysical_du_du, and EshelbianPlasticity::HMHHencky::OpSpatialPhysical_du_du.
Definition at line 95 of file EshelbianOperators.hpp.
|
inlinevirtual |
Definition at line 72 of file EshelbianOperators.hpp.
const bool OpAssembleBasic< T >::assembleSymmetry |
Definition at line 43 of file EshelbianOperators.hpp.
boost::shared_ptr<DataAtIntegrationPts> OpAssembleBasic< T >::dataAtPts |
data at integration pts
Definition at line 46 of file EshelbianOperators.hpp.
MatrixDouble OpAssembleBasic< T >::K |
local tangent matrix
Definition at line 61 of file EshelbianOperators.hpp.
VectorDouble OpAssembleBasic< T >::nF |
local right hand side vector
Definition at line 60 of file EshelbianOperators.hpp.
ScaleOff OpAssembleBasic< T >::scaleOff |
Definition at line 64 of file EshelbianOperators.hpp.
MatrixDouble OpAssembleBasic< T >::transposeK |
Definition at line 62 of file EshelbianOperators.hpp.