![]() |
v0.15.0 |
#include "users_modules/eshelbian_plasticity/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;}) | |
OpAssembleBasic (const FieldSpace space) | |
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 | |
VectorDouble | nF |
local right hand side vector | |
MatrixDouble | K |
local tangent matrix | |
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.
|
inline |
Definition at line 60 of file EshelbianOperators.hpp.
|
inlinevirtual |
Definition at line 82 of file EshelbianOperators.hpp.
|
inlinevirtual |
Definition at line 91 of file EshelbianOperators.hpp.
|
inlinevirtual |
Reimplemented in OpAssembleVolume.
Definition at line 104 of file EshelbianOperators.hpp.
|
inline |
Reimplemented in OpAssembleVolumePositiveDefine.
Definition at line 138 of file EshelbianOperators.hpp.
|
inline |
Reimplemented in OpAssembleVolumePositiveDefine, and OpAssembleVolumeStabilize.
Definition at line 127 of file EshelbianOperators.hpp.
|
inlinevirtual |
Reimplemented in OpSpatialConsistencyBubble, OpSpatialConsistencyDivTerm, OpSpatialConsistencyP, OpSpatialEquilibrium, OpSpatialPhysicalInternalStress< VOIGT >, OpSpatialPhysicalInternalStress< VOIGT >, OpSpatialPhysicalInternalStress< VOIGT >, OpSpatialPrj, and OpSpatialRotation.
Definition at line 69 of file EshelbianOperators.hpp.
|
inlinevirtual |
Reimplemented in OpSpatialConsistency_dBubble_dBubble, OpSpatialConsistency_dBubble_domega, OpSpatialConsistency_dBubble_dP, OpSpatialConsistency_dP_domega, OpSpatialConsistency_dP_dP, OpSpatialEquilibrium_dw_dP, OpSpatialEquilibrium_dw_dw, OpSpatialPhysical_du_dBubble, OpSpatialPhysical_du_domega, OpSpatialPhysical_du_dP, OpSpatialPrj_dx_dw, OpSpatialPrj_dx_dx, OpSpatialRotation_domega_dBubble, OpSpatialRotation_domega_domega, OpSpatialRotation_domega_dP, and OpSpatialRotation_domega_du.
Definition at line 98 of file EshelbianOperators.hpp.
|
inlinevirtual |
Definition at line 75 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 64 of file EshelbianOperators.hpp.
VectorDouble OpAssembleBasic< T >::nF |
local right hand side vector
Definition at line 63 of file EshelbianOperators.hpp.
ScaleOff OpAssembleBasic< T >::scaleOff |
Definition at line 67 of file EshelbianOperators.hpp.
MatrixDouble OpAssembleBasic< T >::transposeK |
Definition at line 65 of file EshelbianOperators.hpp.