#include <users_modules/eshelbian_plasticty/src/EshelbianPlasticity.hpp>
|
| OpDispBc (const std::string &field_name, boost::shared_ptr< DataAtIntegrationPts > &data_ptr, boost::shared_ptr< BcDispVec > &bc_disp_ptr) |
|
MoFEMErrorCode | integrate (EntData &data) |
|
| OpAssembleFace (const std::string &field, boost::shared_ptr< DataAtIntegrationPts > &data_ptr, const char type) |
|
| OpAssembleFace (const std::string &row_field, const std::string &col_field, boost::shared_ptr< DataAtIntegrationPts > &data_ptr, const char type, const bool assemble_symmetry) |
|
| OpAssembleBasic (const std::string &field_name, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const char type) |
|
| OpAssembleBasic (const std::string &row_field, const std::string &col_field, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const char type, const bool assemble_symmetry) |
|
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) |
|
Definition at line 816 of file EshelbianPlasticity.hpp.
◆ OpDispBc()
EshelbianPlasticity::OpDispBc::OpDispBc |
( |
const std::string & |
field_name, |
|
|
boost::shared_ptr< DataAtIntegrationPts > & |
data_ptr, |
|
|
boost::shared_ptr< BcDispVec > & |
bc_disp_ptr |
|
) |
| |
◆ integrate()
Reimplemented from EshelbianPlasticity::OpAssembleBasic< FaceUserDataOperator >.
Definition at line 542 of file EshelbianOperators.cpp.
549 if (bc.faces.find(fe_ent) != bc.faces.end()) {
551 int nb_integration_pts = data.
getN().size1();
552 auto t_normal = getFTensor1Normal();
553 auto t_w = getFTensor0IntegrationWeight();
554 int nb_base_functions = data.
getN().size2() / 3;
559 auto get_ftensor1 = [](
auto &v) {
566 t_bc_disp(
i) *= getFEMethod()->ts_t;
568 for (
int gg = 0; gg != nb_integration_pts; ++gg) {
570 t_bc_res(
i) = t_bc_disp(
i);
571 auto t_nf = get_ftensor1(
nF);
573 for (; bb != nb_dofs / 3; ++bb) {
575 t_w * (t_row_base_fun(
j) * t_normal(
j)) * t_bc_res(
i) * 0.5;
579 for (; bb != nb_base_functions; ++bb)
◆ bcDispPtr
boost::shared_ptr<BcDispVec> EshelbianPlasticity::OpDispBc::bcDispPtr |
The documentation for this struct was generated from the following files: