#include <users_modules/eshelbian_plasticty/src/EshelbianPlasticity.hpp>
|
| OpSpatialPhysical_du_domega (const std::string &row_field, const std::string &col_field, boost::shared_ptr< DataAtIntegrationPts > &data_ptr, const bool assemble_off=false) |
|
MoFEMErrorCode | integrate (EntData &row_data, EntData &col_data) |
|
| OpAssembleVolume (const std::string &field, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const char type) |
|
| OpAssembleVolume (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 (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 966 of file EshelbianPlasticity.hpp.
◆ OpSpatialPhysical_du_domega()
EshelbianPlasticity::OpSpatialPhysical_du_domega::OpSpatialPhysical_du_domega |
( |
const std::string & |
row_field, |
|
|
const std::string & |
col_field, |
|
|
boost::shared_ptr< DataAtIntegrationPts > & |
data_ptr, |
|
|
const bool |
assemble_off = false |
|
) |
| |
◆ integrate()
Reimplemented from EshelbianPlasticity::OpAssembleBasic< VolUserDataOperator >.
Definition at line 1230 of file EshelbianOperators.cpp.
1233 int row_nb_dofs = row_data.
getIndices().size();
1234 int col_nb_dofs = col_data.
getIndices().size();
1238 &
m(
r + 0,
c + 0), &
m(
r + 0,
c + 1), &
m(
r + 0,
c + 2),
1240 &
m(
r + 1,
c + 0), &
m(
r + 1,
c + 1), &
m(
r + 1,
c + 2),
1242 &
m(
r + 2,
c + 0), &
m(
r + 2,
c + 1), &
m(
r + 2,
c + 2),
1244 &
m(
r + 3,
c + 0), &
m(
r + 3,
c + 1), &
m(
r + 3,
c + 2),
1246 &
m(
r + 4,
c + 0), &
m(
r + 4,
c + 1), &
m(
r + 4,
c + 2),
1248 &
m(
r + 5,
c + 0), &
m(
r + 5,
c + 1), &
m(
r + 5,
c + 2)
1257 auto v = getVolume();
1258 auto t_w = getFTensor0IntegrationWeight();
1259 auto t_P = getFTensor2FromMat<3, 3>(
dataAtPts->approxPAtPts);
1262 getFTensor4DdgFromMat<3, 3, 1>(
dataAtPts->diffStreachTensorAtPts);
1264 int row_nb_base_functions = row_data.
getN().size2();
1267 int nb_integration_pts = row_data.
getN().size1();
1269 for (
int gg = 0; gg != nb_integration_pts; ++gg) {
1273 t_RT_domega_P(
i,
j,
m) = t_diff_R(
k,
i,
m) * t_P(
k,
j);
1276 for (
int ii = 0; ii != 3; ++ii)
1277 for (
int jj = ii; jj != 3; ++jj)
1278 for (
int mm = 0; mm != 3; ++mm)
1279 for (
int nn = 0; nn != 3; ++nn)
1280 for (
int kk = 0; kk != 3; ++kk)
1282 t_diff_u(mm, nn, ii, jj) * t_RT_domega_P(mm, nn, kk);
1285 for (; rr != row_nb_dofs / 6; ++rr) {
1287 auto t_m = get_ftensor3(
K, 6 * rr, 0);
1288 for (
int cc = 0; cc != col_nb_dofs / 3; ++cc) {
1290 double v = a * t_row_base_fun * t_col_base_fun;
1291 t_m(
i,
j,
k) += v * t(
i,
j,
k);
1300 for (; rr != row_nb_base_functions; ++rr)
The documentation for this struct was generated from the following files: