Data structure storing bc markers and atributes.
More...
#include <src/interfaces/BcManager.hpp>
Data structure storing bc markers and atributes.
Definition at line 36 of file BcManager.hpp.
◆ getBcEdgesPtr()
DEPRECATED auto MoFEM::BcManager::BCs::getBcEdgesPtr |
( |
| ) |
|
|
inline |
◆ getBcEntsPtr()
auto MoFEM::BcManager::BCs::getBcEntsPtr |
( |
| ) |
|
|
inline |
Definition at line 50 of file BcManager.hpp.
50 {
51 return boost::shared_ptr<Range>(shared_from_this(), &
bcEnts);
52 }
◆ getBcMarkersPtr()
auto MoFEM::BcManager::BCs::getBcMarkersPtr |
( |
| ) |
|
|
inline |
Definition at line 54 of file BcManager.hpp.
54 {
55 return boost::shared_ptr<std::vector<unsigned char>>(shared_from_this(),
57 }
std::vector< unsigned char > bcMarkers
◆ bcAttributes
std::vector<double> MoFEM::BcManager::BCs::bcAttributes |
◆ bcEnts
Range MoFEM::BcManager::BCs::bcEnts |
◆ bcMarkers
std::vector<unsigned char> MoFEM::BcManager::BCs::bcMarkers |
◆ dispBcPtr
◆ heatFluxBcPtr
◆ tempBcPtr
The documentation for this struct was generated from the following file: