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

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

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

Public Types

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

Public Member Functions

 OpBrokenPressureBcLhsImpl_dU (std::string row_field, boost::shared_ptr< PressureBcVec > bc_data, boost::shared_ptr< MatrixDouble > hybrid_grad_disp, std::map< std::string, boost::shared_ptr< ScalingMethod > > smv)
 
- Public Member Functions inherited from OpBrokenPressureBcLhsImpl_dU< A, GAUSS >
 OpBrokenPressureBcLhsImpl_dU (std::string row_field, boost::shared_ptr< PressureBcVec > bc_data, boost::shared_ptr< MatrixDouble > hybrid_grad_disp, std::map< std::string, boost::shared_ptr< ScalingMethod > > smv)
 

Protected Member Functions

MoFEMErrorCode iNtegrate (EntData &row_data, EntData &col_data)
 
- Protected Member Functions inherited from OpBrokenPressureBcLhsImpl_dU< A, GAUSS >
MoFEMErrorCode iNtegrate (EntData &row_data, EntData &col_data)
 

Additional Inherited Members

- Protected Attributes inherited from OpBrokenPressureBcLhsImpl_dU< A, GAUSS >
boost::shared_ptr< PressureBcVec > bcData
 
boost::shared_ptr< MatrixDouble > hybridGradDispPtr
 
std::map< std::string, boost::shared_ptr< ScalingMethod > > scalingMethodsMap
 

Detailed Description

Examples
EshelbianPlasticity.cpp.

Definition at line 550 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

Definition at line 551 of file EshelbianOperators.hpp.

Member Function Documentation

◆ iNtegrate()

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

Definition at line 2199 of file EshelbianOperators.cpp.

2200 {
2201 return OP::iNtegrate(row_data, col_data);
2202}
MoFEMErrorCode iNtegrate(EntData &row_data, EntData &col_data)

◆ OpBrokenPressureBcLhsImpl_dU()

OpBrokenPressureBcLhsImpl_dU< A, GAUSS >::OpBrokenPressureBcLhsImpl_dU ( std::string  row_field,
boost::shared_ptr< PressureBcVec >  bc_data,
boost::shared_ptr< MatrixDouble >  hybrid_grad_disp,
std::map< std::string, boost::shared_ptr< ScalingMethod > >  smv 
)
inline

Definition at line 536 of file EshelbianOperators.hpp.

540 : OP(row_field, row_field, OP::OPROWCOL), bcData(bc_data),
541 hybridGradDispPtr(hybrid_grad_disp), scalingMethodsMap(smv) {}
boost::shared_ptr< MatrixDouble > hybridGradDispPtr
std::map< std::string, boost::shared_ptr< ScalingMethod > > scalingMethodsMap
boost::shared_ptr< PressureBcVec > bcData
OpBrokenPressureBcLhsImpl_dU< A, GAUSS > OP

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