#include "users_modules/eshelbian_plasticity/src/EshelbianOperators.hpp"
|
| | OpBrokenBaseTimesVectorHybridDisp (boost::shared_ptr< std::vector< BrokenBaseSideData > > broken_base_side_data, boost::shared_ptr< MatrixDouble > vec, ScalarFun beta_coeff=[](double, double, double) constexpr { return 1;}, boost::shared_ptr< Range > ents_ptr=nullptr) |
| |
| MoFEMErrorCode | doWork (int row_side, EntityType row_type, EntitiesFieldData::EntData &row_data) |
| |
◆ OP
◆ OpBrokenBaseTimesVectorHybridDisp()
| OpBrokenBaseTimesVectorHybridDisp::OpBrokenBaseTimesVectorHybridDisp |
( |
boost::shared_ptr< std::vector< BrokenBaseSideData > > |
broken_base_side_data, |
|
|
boost::shared_ptr< MatrixDouble > |
vec, |
|
|
ScalarFun |
beta_coeff = [](double, double, double) constexpr { return 1; }, |
|
|
boost::shared_ptr< Range > |
ents_ptr = nullptr |
|
) |
| |
|
inline |
Definition at line 1115 of file EshelbianOperators.hpp.
1118 { return 1; },
1119 boost::shared_ptr<Range> ents_ptr = nullptr)
1120 :
OP(broken_base_side_data, ents_ptr) {
1121 this->sourceVec = vec;
1122 this->betaCoeff = beta_coeff;
1123 }
The documentation for this struct was generated from the following file: