![]() |
v0.15.0 |
Data structure storing bc markers and atributes. More...
#include "src/interfaces/BcManager.hpp"
Public Types | |
using | DofsView = std::vector<boost::weak_ptr<NumeredDofEntity>> |
Public Member Functions | |
DEPRECATED auto | getBcEdgesPtr () |
auto | getBcEntsPtr () |
auto | getBcMarkersPtr () |
Public Attributes | |
Range | bcEnts |
std::vector< double > | bcAttributes |
std::vector< unsigned char > | bcMarkers |
boost::shared_ptr< DofsView > | dofsViewPtr |
boost::shared_ptr< DisplacementCubitBcData > | dispBcPtr |
boost::shared_ptr< TemperatureCubitBcData > | tempBcPtr |
boost::shared_ptr< HeatFluxCubitBcData > | heatFluxBcPtr |
boost::shared_ptr< ForceCubitBcData > | forceBcPtr |
boost::shared_ptr< PressureCubitBcData > | pressureBcPtr |
Data structure storing bc markers and atributes.
Definition at line 41 of file BcManager.hpp.
using MoFEM::BcManager::BCs::DofsView = std::vector<boost::weak_ptr<NumeredDofEntity>> |
Definition at line 46 of file BcManager.hpp.
|
inline |
|
inline |
Definition at line 60 of file BcManager.hpp.
|
inline |
Definition at line 64 of file BcManager.hpp.
std::vector<double> MoFEM::BcManager::BCs::bcAttributes |
Definition at line 43 of file BcManager.hpp.
Range MoFEM::BcManager::BCs::bcEnts |
Definition at line 42 of file BcManager.hpp.
std::vector<unsigned char> MoFEM::BcManager::BCs::bcMarkers |
Definition at line 44 of file BcManager.hpp.
boost::shared_ptr<DisplacementCubitBcData> MoFEM::BcManager::BCs::dispBcPtr |
Definition at line 49 of file BcManager.hpp.
boost::shared_ptr<DofsView> MoFEM::BcManager::BCs::dofsViewPtr |
Definition at line 47 of file BcManager.hpp.
boost::shared_ptr<ForceCubitBcData> MoFEM::BcManager::BCs::forceBcPtr |
Definition at line 52 of file BcManager.hpp.
boost::shared_ptr<HeatFluxCubitBcData> MoFEM::BcManager::BCs::heatFluxBcPtr |
Definition at line 51 of file BcManager.hpp.
boost::shared_ptr<PressureCubitBcData> MoFEM::BcManager::BCs::pressureBcPtr |
Definition at line 53 of file BcManager.hpp.
boost::shared_ptr<TemperatureCubitBcData> MoFEM::BcManager::BCs::tempBcPtr |
Definition at line 50 of file BcManager.hpp.