![]() |
v0.15.0 |
#include "users_modules/eshelbian_plasticity/src/EshelbianPlasticity.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 41 of file EshelbianPlasticity.hpp.
using EshelbianPlasticity::OpAssembleBasic< T >::ScaleOff = boost::function<double()> |
Definition at line 43 of file EshelbianPlasticity.hpp.
|
inline |
Definition at line 49 of file EshelbianPlasticity.hpp.
|
inline |
Definition at line 54 of file EshelbianPlasticity.hpp.
|
inline |
Definition at line 61 of file EshelbianPlasticity.hpp.
|
inlinevirtual |
Definition at line 83 of file EshelbianPlasticity.hpp.
|
inlinevirtual |
Definition at line 92 of file EshelbianPlasticity.hpp.
|
inlinevirtual |
Reimplemented in EshelbianPlasticity::OpAssembleVolume.
Definition at line 105 of file EshelbianPlasticity.hpp.
|
inline |
Reimplemented in EshelbianPlasticity::OpAssembleVolumePositiveDefine.
Definition at line 139 of file EshelbianPlasticity.hpp.
|
inline |
Reimplemented in EshelbianPlasticity::OpAssembleVolumePositiveDefine, and EshelbianPlasticity::OpAssembleVolumeStabilize.
Definition at line 128 of file EshelbianPlasticity.hpp.
|
inlinevirtual |
Reimplemented in EshelbianPlasticity::HMHHencky::OpSpatialPhysical, EshelbianPlasticity::HMHHencky::OpSpatialPhysicalExternalStrain, EshelbianPlasticity::HMHNeohookean::OpSpatialPhysical, EshelbianPlasticity::HMHNeohookean::OpSpatialPhysicalExternalStrain, EshelbianPlasticity::OpSpatialConsistencyBubble, EshelbianPlasticity::OpSpatialConsistencyDivTerm, EshelbianPlasticity::OpSpatialConsistencyP, EshelbianPlasticity::OpSpatialEquilibrium, EshelbianPlasticity::OpSpatialPhysical, EshelbianPlasticity::OpSpatialPhysicalInternalStress< VOIGT >, EshelbianPlasticity::OpSpatialPrj, and EshelbianPlasticity::OpSpatialRotation.
Definition at line 70 of file EshelbianPlasticity.hpp.
|
inlinevirtual |
Reimplemented in EshelbianPlasticity::HMHHencky::OpSpatialPhysical_du_du, EshelbianPlasticity::HMHNeohookean::OpSpatialPhysical_du_du, EshelbianPlasticity::OpSpatialConsistency_dBubble_dBubble, EshelbianPlasticity::OpSpatialConsistency_dBubble_domega, EshelbianPlasticity::OpSpatialConsistency_dBubble_dP, EshelbianPlasticity::OpSpatialConsistency_dP_domega, EshelbianPlasticity::OpSpatialConsistency_dP_dP, EshelbianPlasticity::OpSpatialEquilibrium_dw_dP, EshelbianPlasticity::OpSpatialEquilibrium_dw_dw, EshelbianPlasticity::OpSpatialPhysical_du_dBubble, EshelbianPlasticity::OpSpatialPhysical_du_domega, EshelbianPlasticity::OpSpatialPhysical_du_dP, EshelbianPlasticity::OpSpatialPhysical_du_du, EshelbianPlasticity::OpSpatialPrj_dx_dw, EshelbianPlasticity::OpSpatialPrj_dx_dx, EshelbianPlasticity::OpSpatialRotation_domega_dBubble, EshelbianPlasticity::OpSpatialRotation_domega_domega, EshelbianPlasticity::OpSpatialRotation_domega_dP, and EshelbianPlasticity::OpSpatialRotation_domega_du.
Definition at line 99 of file EshelbianPlasticity.hpp.
|
inlinevirtual |
Definition at line 76 of file EshelbianPlasticity.hpp.
const bool EshelbianPlasticity::OpAssembleBasic< T >::assembleSymmetry |
Definition at line 44 of file EshelbianPlasticity.hpp.
boost::shared_ptr<DataAtIntegrationPts> EshelbianPlasticity::OpAssembleBasic< T >::dataAtPts |
data at integration pts
Definition at line 47 of file EshelbianPlasticity.hpp.
MatrixDouble EshelbianPlasticity::OpAssembleBasic< T >::K |
local tangent matrix
Definition at line 65 of file EshelbianPlasticity.hpp.
VectorDouble EshelbianPlasticity::OpAssembleBasic< T >::nF |
local right hand side vector
Definition at line 64 of file EshelbianPlasticity.hpp.
ScaleOff EshelbianPlasticity::OpAssembleBasic< T >::scaleOff |
Definition at line 68 of file EshelbianPlasticity.hpp.
MatrixDouble EshelbianPlasticity::OpAssembleBasic< T >::transposeK |
Definition at line 66 of file EshelbianPlasticity.hpp.