v0.14.0
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OpDispBcImpl< A, GAUSS > Struct Template Reference

#include <users_modules/eshelbian_plasticit/src/EshelbianOperators.hpp>

Inheritance diagram for OpDispBcImpl< A, GAUSS >:
[legend]
Collaboration diagram for OpDispBcImpl< A, GAUSS >:
[legend]

Public Types

using OP = typename FormsIntegrators< FaceUserDataOperator >::Assembly< A >::OpBrokenBase
 

Public Member Functions

 OpDispBcImpl (boost::shared_ptr< std::vector< BrokenBaseSideData >> broken_base_side_data, boost::shared_ptr< BcDispVec > &bc_disp_ptr, std::vector< boost::shared_ptr< ScalingMethod >> smv, boost::shared_ptr< Range > ents_ptr=nullptr)
 

Protected Member Functions

MoFEMErrorCode iNtegrate (EntData &data)
 

Protected Attributes

boost::shared_ptr< BcDispVec > bcDispPtr
 
std::vector< boost::shared_ptr< ScalingMethod > > scalingMethodsVec
 

Detailed Description

template<AssemblyType A>
struct OpDispBcImpl< A, GAUSS >

Definition at line 275 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

template<AssemblyType A>
using OpDispBcImpl< A, GAUSS >::OP = typename FormsIntegrators<FaceUserDataOperator>::Assembly< A>::OpBrokenBase

Definition at line 279 of file EshelbianOperators.hpp.

Constructor & Destructor Documentation

◆ OpDispBcImpl()

template<AssemblyType A>
OpDispBcImpl< A, GAUSS >::OpDispBcImpl ( boost::shared_ptr< std::vector< BrokenBaseSideData >>  broken_base_side_data,
boost::shared_ptr< BcDispVec > &  bc_disp_ptr,
std::vector< boost::shared_ptr< ScalingMethod >>  smv,
boost::shared_ptr< Range ents_ptr = nullptr 
)
inline

Definition at line 281 of file EshelbianOperators.hpp.

286  : OP(broken_base_side_data, ents_ptr), bcDispPtr(bc_disp_ptr),
287  scalingMethodsVec(smv) {}

Member Function Documentation

◆ iNtegrate()

template<AssemblyType A>
MoFEMErrorCode OpDispBcImpl< A, GAUSS >::iNtegrate ( EntData data)
protected

Member Data Documentation

◆ bcDispPtr

template<AssemblyType A>
boost::shared_ptr<BcDispVec> OpDispBcImpl< A, GAUSS >::bcDispPtr
protected

Definition at line 291 of file EshelbianOperators.hpp.

◆ scalingMethodsVec

template<AssemblyType A>
std::vector<boost::shared_ptr<ScalingMethod> > OpDispBcImpl< A, GAUSS >::scalingMethodsVec
protected

Definition at line 292 of file EshelbianOperators.hpp.


The documentation for this struct was generated from the following file:
OpDispBcImpl< A, GAUSS >::bcDispPtr
boost::shared_ptr< BcDispVec > bcDispPtr
Definition: EshelbianOperators.hpp:291
OpDispBcImpl< A, GAUSS >::OP
typename FormsIntegrators< FaceUserDataOperator >::Assembly< A >::OpBrokenBase OP
Definition: EshelbianOperators.hpp:279
OpDispBcImpl< A, GAUSS >::scalingMethodsVec
std::vector< boost::shared_ptr< ScalingMethod > > scalingMethodsVec
Definition: EshelbianOperators.hpp:292