|  | v0.15.0 | 
tool class with methods used more than twp times More...
| Public Member Functions | |
| SetBitRefLevelTool (MoFEM::Interface &m_field, const BitRefLevel &bit, const RefEntity_multiIndex *ref_ents_ptr, const RefElement_multiIndex *ref_element_ptr) | |
| constructor | |
| MoFEMErrorCode | findEntsToAdd (EntityHandle f, EntityHandle s, Range &seed_ents_range) const | 
| find entities and change entity bit if in database | |
| template<int N> | |
| MoFEMErrorCode | addEntsToDatabaseImpl (const Range &seed_ents_range) const | 
| add entities to database | |
| MoFEMErrorCode | addEntsToDatabase (const Range &seed_ents_range) const | 
| MoFEMErrorCode | findElementsToAdd (EntityHandle f, EntityHandle s, Range &seed_fe_range) const | 
| MoFEMErrorCode | addElementsToDatabase (Range &seed_fe_range) const | 
| Public Attributes | |
| MoFEM::Interface & | mField | 
| const BitRefLevel & | bIt | 
| bit to set | |
| const RefEntity_multiIndex * | refEntsPtr | 
| access to ents database | |
| const RefElement_multiIndex * | refElementPtr | 
| access to fe database | |
| boost::shared_ptr< BasicEntityData > & | baseEntData | 
| base entity data | |
tool class with methods used more than twp times
Definition at line 40 of file BitRefManager.cpp.
| 
 | inline | 
constructor
Definition at line 51 of file BitRefManager.cpp.
| 
 | inline | 
Definition at line 191 of file BitRefManager.cpp.
| 
 | inline | 
Definition at line 153 of file BitRefManager.cpp.
| 
 | inline | 
add entities to database
Definition at line 99 of file BitRefManager.cpp.
| 
 | inline | 
Definition at line 171 of file BitRefManager.cpp.
| 
 | inline | 
find entities and change entity bit if in database
Definition at line 59 of file BitRefManager.cpp.
| boost::shared_ptr<BasicEntityData>& MoFEM::SetBitRefLevelTool::baseEntData | 
base entity data
Definition at line 48 of file BitRefManager.cpp.
| const BitRefLevel& MoFEM::SetBitRefLevelTool::bIt | 
bit to set
Definition at line 44 of file BitRefManager.cpp.
| MoFEM::Interface& MoFEM::SetBitRefLevelTool::mField | 
Definition at line 42 of file BitRefManager.cpp.
| const RefElement_multiIndex* MoFEM::SetBitRefLevelTool::refElementPtr | 
access to fe database
Definition at line 46 of file BitRefManager.cpp.
| const RefEntity_multiIndex* MoFEM::SetBitRefLevelTool::refEntsPtr | 
access to ents database
Definition at line 45 of file BitRefManager.cpp.
