#include <users_modules/eshelbian_plasticit/src/EshelbianPlasticity.hpp>
|
| OpSpatialRotation (const std::string &field_name, boost::shared_ptr< DataAtIntegrationPts > data_ptr) |
|
MoFEMErrorCode | integrate (EntData &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 (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 580 of file EshelbianPlasticity.hpp.
◆ OpSpatialRotation()
EshelbianPlasticity::OpSpatialRotation::OpSpatialRotation |
( |
const std::string & |
field_name, |
|
|
boost::shared_ptr< DataAtIntegrationPts > |
data_ptr |
|
) |
| |
|
inline |
◆ integrate()
Reimplemented from EshelbianPlasticity::OpAssembleBasic< VolUserDataOperator >.
Definition at line 584 of file EshelbianOperators.cpp.
587 int nb_integration_pts = getGaussPts().size2();
588 auto v = getVolume();
589 auto t_w = getFTensor0IntegrationWeight();
590 auto t_levi_kirchoff = getFTensor1FromMat<3>(
dataAtPts->leviKirchhoffAtPts);
591 int nb_base_functions = data.
getN().size2();
596 auto get_ftensor1 = [](
auto &
v) {
600 for (
int gg = 0; gg != nb_integration_pts; ++gg) {
602 auto t_nf = get_ftensor1(
nF);
604 for (; bb != nb_dofs / 3; ++bb) {
605 t_nf(
k) += (
a * t_row_base_fun) * t_levi_kirchoff(
k);
609 for (; bb != nb_base_functions; ++bb) {
The documentation for this struct was generated from the following files: