v0.15.0
Loading...
Searching...
No Matches
OpAnalyticalDispBcImpl< A, GAUSS > Struct Template Reference

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

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

Public Types

using OP
 

Public Member Functions

 OpAnalyticalDispBcImpl (boost::shared_ptr< std::vector< BrokenBaseSideData > > broken_base_side_data, boost::shared_ptr< AnalyticalDisplacementBcVec > &bc_disp_ptr, std::map< std::string, boost::shared_ptr< ScalingMethod > > smv, boost::shared_ptr< Range > ents_ptr=nullptr)
 

Protected Member Functions

MoFEMErrorCode iNtegrate (EntData &data)
 

Protected Attributes

boost::shared_ptr< AnalyticalDisplacementBcVec > bcDispPtr
 
std::map< std::string, boost::shared_ptr< ScalingMethod > > scalingMethodsMap
 

Detailed Description

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

Definition at line 676 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

template<AssemblyType A>
using OpAnalyticalDispBcImpl< A, GAUSS >::OP
Initial value:
typename FormsIntegrators<FaceUserDataOperator>::Assembly<

Definition at line 679 of file EshelbianOperators.hpp.

Constructor & Destructor Documentation

◆ OpAnalyticalDispBcImpl()

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

Definition at line 682 of file EshelbianOperators.hpp.

687 : OP(broken_base_side_data, ents_ptr), bcDispPtr(bc_disp_ptr),
688 scalingMethodsMap(smv) {}
boost::shared_ptr< AnalyticalDisplacementBcVec > bcDispPtr
std::map< std::string, boost::shared_ptr< ScalingMethod > > scalingMethodsMap
typename FormsIntegrators< FaceUserDataOperator >::Assembly< A >::OpBrokenBase OP

Member Function Documentation

◆ iNtegrate()

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

Member Data Documentation

◆ bcDispPtr

template<AssemblyType A>
boost::shared_ptr<AnalyticalDisplacementBcVec> OpAnalyticalDispBcImpl< A, GAUSS >::bcDispPtr
protected

Definition at line 692 of file EshelbianOperators.hpp.

◆ scalingMethodsMap

template<AssemblyType A>
std::map<std::string, boost::shared_ptr<ScalingMethod> > OpAnalyticalDispBcImpl< A, GAUSS >::scalingMethodsMap
protected

Definition at line 693 of file EshelbianOperators.hpp.


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