v0.15.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Member Functions | List of all members
OpNormalDispLhsBc_dU Struct Reference

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

Inheritance diagram for OpNormalDispLhsBc_dU:
[legend]
Collaboration diagram for OpNormalDispLhsBc_dU:
[legend]

Public Types

using OP = OpNormalDispBcLhsImpl_dU< A, GAUSS >
 
- Public Types inherited from OpNormalDispBcLhsImpl_dU< A, GAUSS >
using OP = typename FormsIntegrators< FaceUserDataOperator >::Assembly< A >::OpBase
 

Public Member Functions

 OpNormalDispBcLhsImpl_dU (std::string row_field, boost::shared_ptr< NormalDisplacementBcVec > &bc_disp_ptr, std::map< std::string, boost::shared_ptr< ScalingMethod > > smv, boost::shared_ptr< Range > ents_ptr=nullptr)
 
- Public Member Functions inherited from OpNormalDispBcLhsImpl_dU< A, GAUSS >
 OpNormalDispBcLhsImpl_dU (std::string row_field, 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 Member Functions inherited from OpNormalDispBcLhsImpl_dU< A, GAUSS >
MoFEMErrorCode iNtegrate (EntData &row_data, EntData &col_data)
 

Additional Inherited Members

- Protected Attributes inherited from OpNormalDispBcLhsImpl_dU< A, GAUSS >
boost::shared_ptr< NormalDisplacementBcVec > bcDispPtr
 
std::map< std::string, boost::shared_ptr< ScalingMethod > > scalingMethodsMap
 

Detailed Description

Examples
EshelbianPlasticity.cpp.

Definition at line 657 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

Definition at line 658 of file EshelbianOperators.hpp.

Member Function Documentation

◆ iNtegrate()

MoFEMErrorCode OpNormalDispLhsBc_dU::iNtegrate ( EntData row_data,
EntData col_data 
)
protected
Examples
EshelbianOperators.cpp.

Definition at line 1837 of file EshelbianOperators.cpp.

1838 {
1839 return OP::iNtegrate(row_data, col_data);
1840}
MoFEMErrorCode iNtegrate(EntData &row_data, EntData &col_data)

◆ OpNormalDispBcLhsImpl_dU()

OpNormalDispBcLhsImpl_dU< A, GAUSS >::OpNormalDispBcLhsImpl_dU ( std::string  row_field,
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 613 of file EshelbianOperators.hpp.

618 : OP(row_field, row_field, OP::OPROWCOL), bcDispPtr(bc_disp_ptr),
619 scalingMethodsMap(smv) {}
std::map< std::string, boost::shared_ptr< ScalingMethod > > scalingMethodsMap
boost::shared_ptr< NormalDisplacementBcVec > bcDispPtr
OpNormalDispBcLhsImpl_dU< A, GAUSS > OP

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