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

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

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

Public Types

using OP
 

Public Member Functions

 OpDispBcImpl (boost::shared_ptr< std::vector< BrokenBaseSideData > > broken_base_side_data, boost::shared_ptr< BcDispVec > &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< BcDispVec > bcDispPtr
 
std::map< std::string, boost::shared_ptr< ScalingMethod > > scalingMethodsMap
 

Detailed Description

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

Definition at line 419 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

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

Definition at line 422 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::map< std::string, boost::shared_ptr< ScalingMethod > > smv,
boost::shared_ptr< Range > ents_ptr = nullptr )
inline

Definition at line 425 of file EshelbianOperators.hpp.

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

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 435 of file EshelbianOperators.hpp.

◆ scalingMethodsMap

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

Definition at line 436 of file EshelbianOperators.hpp.


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