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

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

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

Public Types

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

Public Member Functions

 OpRotationBcImpl (boost::shared_ptr< std::vector< BrokenBaseSideData >> broken_base_side_data, boost::shared_ptr< BcRotVec > &bc_rot_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< BcRotVec > bcRotPtr
 
std::vector< boost::shared_ptr< ScalingMethod > > scalingMethodsVec
 

Detailed Description

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

Definition at line 306 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

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

Definition at line 310 of file EshelbianOperators.hpp.

Constructor & Destructor Documentation

◆ OpRotationBcImpl()

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

Definition at line 312 of file EshelbianOperators.hpp.

317  : OP(broken_base_side_data, ents_ptr), bcRotPtr(bc_rot_ptr),
318  scalingMethodsVec(smv) {}

Member Function Documentation

◆ iNtegrate()

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

Member Data Documentation

◆ bcRotPtr

template<AssemblyType A>
boost::shared_ptr<BcRotVec> OpRotationBcImpl< A, GAUSS >::bcRotPtr
protected

Definition at line 322 of file EshelbianOperators.hpp.

◆ scalingMethodsVec

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

Definition at line 323 of file EshelbianOperators.hpp.


The documentation for this struct was generated from the following file:
OpRotationBcImpl< A, GAUSS >::OP
typename FormsIntegrators< FaceUserDataOperator >::Assembly< A >::OpBrokenBase OP
Definition: EshelbianOperators.hpp:310
OpRotationBcImpl< A, GAUSS >::bcRotPtr
boost::shared_ptr< BcRotVec > bcRotPtr
Definition: EshelbianOperators.hpp:322
OpRotationBcImpl< A, GAUSS >::scalingMethodsVec
std::vector< boost::shared_ptr< ScalingMethod > > scalingMethodsVec
Definition: EshelbianOperators.hpp:323