![]() |
v0.13.2 |
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) | |
constrictor More... | |
MoFEMErrorCode | findEntsToAdd (EntityHandle f, EntityHandle s, Range &seed_ents_range) const |
find entities and change entity bit if in database More... | |
template<int N> | |
MoFEMErrorCode | addEntsToDatabaseImpl (const Range &seed_ents_range) const |
add entities to database More... | |
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 More... | |
const RefEntity_multiIndex * | refEntsPtr |
access to ents database More... | |
const RefElement_multiIndex * | refElementPtr |
access to fe database More... | |
boost::shared_ptr< BasicEntityData > & | baseEntData |
base entity data More... | |
tool class with methods used more than twp times
Definition at line 40 of file BitRefManager.cpp.
|
inline |
constrictor
Definition at line 51 of file BitRefManager.cpp.
|
inline |
Definition at line 189 of file BitRefManager.cpp.
|
inline |
Definition at line 151 of file BitRefManager.cpp.
|
inline |
add entities to database
Definition at line 97 of file BitRefManager.cpp.
|
inline |
Definition at line 169 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.