v0.15.0
Loading...
Searching...
No Matches
OpBrokenTractionBc Struct Reference

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

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

Public Member Functions

 OpBrokenTractionBc (const std::string row_field, boost::shared_ptr< TractionBcVec > bc_data, boost::shared_ptr< double > piola_scale_ptr, std::map< std::string, boost::shared_ptr< ScalingMethod > > smv)
 
MoFEMErrorCode iNtegrate (EntData &data)
 

Protected Attributes

boost::shared_ptr< TractionBcVec > bcData
 
boost::shared_ptr< doublepiolaScalePtr
 
std::map< std::string, boost::shared_ptr< ScalingMethod > > scalingMethodsMap
 

Detailed Description

Examples
EshelbianPlasticity.cpp.

Definition at line 488 of file EshelbianOperators.hpp.

Constructor & Destructor Documentation

◆ OpBrokenTractionBc()

OpBrokenTractionBc::OpBrokenTractionBc ( const std::string row_field,
boost::shared_ptr< TractionBcVec > bc_data,
boost::shared_ptr< double > piola_scale_ptr,
std::map< std::string, boost::shared_ptr< ScalingMethod > > smv )
inline

Definition at line 490 of file EshelbianOperators.hpp.

495 row_field, row_field, FaceUserDataOperator::OPROW),
496 bcData(bc_data), piolaScalePtr(), scalingMethodsMap(smv) {}
std::map< std::string, boost::shared_ptr< ScalingMethod > > scalingMethodsMap
boost::shared_ptr< double > piolaScalePtr
boost::shared_ptr< TractionBcVec > bcData

Member Function Documentation

◆ iNtegrate()

MoFEMErrorCode OpBrokenTractionBc::iNtegrate ( EntData & data)

Member Data Documentation

◆ bcData

boost::shared_ptr<TractionBcVec> OpBrokenTractionBc::bcData
protected

Definition at line 501 of file EshelbianOperators.hpp.

◆ piolaScalePtr

boost::shared_ptr<double> OpBrokenTractionBc::piolaScalePtr
protected

Definition at line 502 of file EshelbianOperators.hpp.

◆ scalingMethodsMap

std::map<std::string, boost::shared_ptr<ScalingMethod> > OpBrokenTractionBc::scalingMethodsMap
protected

Definition at line 503 of file EshelbianOperators.hpp.


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