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

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

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

Public Types

using OP
 

Public Member Functions

 OpNormalDispBcLhsImpl_dP (std::string row_field, boost::shared_ptr< std::vector< BrokenBaseSideData > > broken_base_side_data, boost::shared_ptr< NormalDisplacementBcVec > &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 &row_data, EntData &col_data)
 

Protected Attributes

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

Detailed Description

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

Definition at line 628 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

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

Definition at line 631 of file EshelbianOperators.hpp.

Constructor & Destructor Documentation

◆ OpNormalDispBcLhsImpl_dP()

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

Definition at line 634 of file EshelbianOperators.hpp.

640 : OP(row_field, broken_base_side_data, false, false, ents_ptr),
641 bcDispPtr(bc_disp_ptr), scalingMethodsMap(smv) {}
boost::shared_ptr< NormalDisplacementBcVec > bcDispPtr
typename FormsIntegrators< FaceUserDataOperator >::Assembly< A >::OpBrokenBase OP
std::map< std::string, boost::shared_ptr< ScalingMethod > > scalingMethodsMap

Member Function Documentation

◆ iNtegrate()

template<AssemblyType A>
MoFEMErrorCode OpNormalDispBcLhsImpl_dP< A, GAUSS >::iNtegrate ( EntData & row_data,
EntData & col_data )
protected

Member Data Documentation

◆ bcDispPtr

template<AssemblyType A>
boost::shared_ptr<NormalDisplacementBcVec> OpNormalDispBcLhsImpl_dP< A, GAUSS >::bcDispPtr
protected

Definition at line 645 of file EshelbianOperators.hpp.

◆ scalingMethodsMap

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

Definition at line 646 of file EshelbianOperators.hpp.


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