v0.15.0
Loading...
Searching...
No Matches
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
 

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

◆ 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 file: