v0.15.4
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
OpBrokenBaseTimesHybridDisp Struct Reference

#include "users_modules/eshelbian_plasticity/src/EshelbianOperators.hpp"

Inheritance diagram for OpBrokenBaseTimesHybridDisp:
[legend]
Collaboration diagram for OpBrokenBaseTimesHybridDisp:
[legend]

Public Types

using OP = OpStabBrokenBaseImpl< OpBaseTimesVectorFace >
 
- Public Types inherited from OpStabBrokenBaseImpl< OpBaseTimesVectorFace >
using BASE = OpBrokenBaseImpl< OpBaseTimesVectorFace >
 

Public Member Functions

 OpBrokenBaseTimesHybridDisp (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)
 
- Public Member Functions inherited from OpStabBrokenBaseImpl< OpBaseTimesVectorFace >
MoFEMErrorCode doWork (int row_side, EntityType row_type, EntitiesFieldData::EntData &row_data)
 

Detailed Description

Examples
/home/lk58p/mofem_install/vanilla_dev_release/mofem-cephas/mofem/users_modules/eshelbian_plasticity/src/impl/EshelbianPlasticity.cpp.

Definition at line 1116 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

Definition at line 1119 of file EshelbianOperators.hpp.

Constructor & Destructor Documentation

◆ OpBrokenBaseTimesHybridDisp()

OpBrokenBaseTimesHybridDisp::OpBrokenBaseTimesHybridDisp ( boost::shared_ptr< std::vector< BrokenBaseSideData > >  broken_base_side_data,
boost::shared_ptr< MatrixDouble >  vec,
ScalarFun  beta_coeff = [](doubledoubledouble) constexpr { return 1; },
boost::shared_ptr< Range ents_ptr = nullptr 
)
Examples
mofem/users_modules/eshelbian_plasticity/src/impl/EshelbianOperators.cpp.

Definition at line 3798 of file EshelbianOperators.cpp.

3802 : OP(broken_base_side_data, ents_ptr) {
3803 this->sourceVec = vec;
3804 this->betaCoeff = beta_coeff;
3805}
OpStabBrokenBaseImpl< OpBaseTimesVectorFace > OP

The documentation for this struct was generated from the following files: