v0.15.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
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 = 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::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 413 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 416 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 419 of file EshelbianOperators.hpp.

424 : OP(broken_base_side_data, ents_ptr), bcDispPtr(bc_disp_ptr),
425 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 429 of file EshelbianOperators.hpp.

◆ scalingMethodsMap

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

Definition at line 430 of file EshelbianOperators.hpp.


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