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

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

Member Function Documentation

◆ iNtegrate()

MoFEMErrorCode OpBrokenPressureBcLhs_dU::iNtegrate ( EntData & row_data,
EntData & col_data )
protected

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