Data structure storing bc markers and atributes.
More...
#include <src/interfaces/BcManager.hpp>
Data structure storing bc markers and atributes.
Definition at line 37 of file BcManager.hpp.
◆ DofsView
◆ getBcEdgesPtr()
DEPRECATED auto MoFEM::BcManager::BCs::getBcEdgesPtr |
( |
| ) |
|
|
inline |
◆ getBcEntsPtr()
auto MoFEM::BcManager::BCs::getBcEntsPtr |
( |
| ) |
|
|
inline |
Definition at line 56 of file BcManager.hpp.
57 return boost::shared_ptr<Range>(shared_from_this(), &
bcEnts);
◆ getBcMarkersPtr()
auto MoFEM::BcManager::BCs::getBcMarkersPtr |
( |
| ) |
|
|
inline |
Definition at line 60 of file BcManager.hpp.
61 return boost::shared_ptr<std::vector<unsigned char>>(shared_from_this(),
◆ bcAttributes
std::vector<double> MoFEM::BcManager::BCs::bcAttributes |
◆ bcEnts
Range MoFEM::BcManager::BCs::bcEnts |
◆ bcMarkers
std::vector<unsigned char> MoFEM::BcManager::BCs::bcMarkers |
◆ dispBcPtr
◆ dofsViewPtr
boost::shared_ptr<DofsView> MoFEM::BcManager::BCs::dofsViewPtr |
◆ forceBcPtr
◆ heatFluxBcPtr
◆ mpcPtr
boost::shared_ptr<MPCsType> MoFEM::BcManager::BCs::mpcPtr |
◆ tempBcPtr
The documentation for this struct was generated from the following file: