#include "users_modules/eshelbian_plasticity/src/EshelbianOperators.hpp"
|
| using | OP = typename FormsIntegrators< FaceUserDataOperator >::Assembly< PETSC >::OpBase |
| |
|
| | OpNormalDispBcRhsImpl (std::string row_field, boost::shared_ptr< MatrixDouble > hybrid_disp_ptr, boost::shared_ptr< std::vector< BrokenBaseSideData > > broken_side_data_ptr, boost::shared_ptr< NormalDisplacementBcVec > &bc_disp_ptr, std::map< std::string, boost::shared_ptr< ScalingMethod > > smv, boost::shared_ptr< Range > ents_ptr=nullptr) |
| |
template<AssemblyType A>
struct OpNormalDispBcRhsImpl< A, GAUSS >
Definition at line 572 of file EshelbianOperators.hpp.
◆ OP
◆ OpNormalDispBcRhsImpl()
template<AssemblyType A>
| OpNormalDispBcRhsImpl< A, GAUSS >::OpNormalDispBcRhsImpl |
( |
std::string |
row_field, |
|
|
boost::shared_ptr< MatrixDouble > |
hybrid_disp_ptr, |
|
|
boost::shared_ptr< std::vector< BrokenBaseSideData > > |
broken_side_data_ptr, |
|
|
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 578 of file EshelbianOperators.hpp.
585 : FormsIntegrators<FaceUserDataOperator>::Assembly<PETSC>::OpBase(
586 row_field, row_field, OP::OPROW),
589 broken_side_data_ptr),
boost::shared_ptr< MatrixDouble > hybridDispPtr
std::map< std::string, boost::shared_ptr< ScalingMethod > > scalingMethodsMap
boost::shared_ptr< NormalDisplacementBcVec > bcDispPtr
boost::shared_ptr< std::vector< BrokenBaseSideData > > brokenBaseSideDataPtr
◆ iNtegrate()
◆ bcDispPtr
◆ brokenBaseSideDataPtr
◆ hybridDispPtr
◆ scalingMethodsMap
The documentation for this struct was generated from the following file: