#include <users_modules/eshelbian_plasticit/src/EshelbianPlasticity.hpp>
|
| OpSpatialRotation_domega_domega (std::string row_field, std::string col_field, boost::shared_ptr< DataAtIntegrationPts > data_ptr) |
|
MoFEMErrorCode | integrate (EntData &row_data, EntData &col_data) |
|
| OpAssembleVolume (const std::string &field, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const char type) |
|
| OpAssembleVolume (std::string row_field, 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 (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 | 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 769 of file EshelbianPlasticity.hpp.
◆ OpSpatialRotation_domega_domega()
EshelbianPlasticity::OpSpatialRotation_domega_domega::OpSpatialRotation_domega_domega |
( |
std::string |
row_field, |
|
|
std::string |
col_field, |
|
|
boost::shared_ptr< DataAtIntegrationPts > |
data_ptr |
|
) |
| |
|
inline |
◆ integrate()
Reimplemented from EshelbianPlasticity::OpAssembleBasic< VolUserDataOperator >.
Definition at line 1330 of file EshelbianOperators.cpp.
1333 int nb_integration_pts = getGaussPts().size2();
1334 int row_nb_dofs = row_data.
getIndices().size();
1335 int col_nb_dofs = col_data.
getIndices().size();
1339 &
m(
r + 0,
c + 0), &
m(
r + 0,
c + 1), &
m(
r + 0,
c + 2),
1341 &
m(
r + 1,
c + 0), &
m(
r + 1,
c + 1), &
m(
r + 1,
c + 2),
1343 &
m(
r + 2,
c + 0), &
m(
r + 2,
c + 1), &
m(
r + 2,
c + 2)
1354 auto v = getVolume();
1355 auto t_w = getFTensor0IntegrationWeight();
1356 auto t_levi_kirchoff_domega =
1357 getFTensor2FromMat<3, 3>(
dataAtPts->leviKirchhoffOmegaAtPts);
1358 int row_nb_base_functions = row_data.
getN().size2();
1360 for (
int gg = 0; gg != nb_integration_pts; ++gg) {
1363 for (; rr != row_nb_dofs / 3; ++rr) {
1364 auto t_m = get_ftensor2(
K, 3 * rr, 0);
1365 const double b =
a * t_row_base_fun;
1367 for (
int cc = 0; cc != col_nb_dofs / 3; ++cc) {
1368 t_m(
k,
l) += (b * t_col_base_fun) * t_levi_kirchoff_domega(
k,
l);
1374 for (; rr != row_nb_base_functions; ++rr) {
1378 ++t_levi_kirchoff_domega;
The documentation for this struct was generated from the following files: