![]() |
v0.15.0 |
Multi-index contains, data structures for mofem finite elements and other low-level functions. More...
Go to the source code of this file.
Namespaces | |
namespace | MoFEM |
implementation of Data Operators for Forces and Sources | |
Typedefs | |
using | MoFEM::ElementAdjacencyFunct |
user adjacency function | |
using | MoFEM::CacheTuple |
using | MoFEM::CacheTupleWeakPtr = boost::weak_ptr<CacheTuple> |
using | MoFEM::CacheTupleSharedPtr = boost::shared_ptr<CacheTuple> |
using | EntFiniteElement_multiIndex |
MultiIndex container for EntFiniteElement. | |
using | NumeredEntFiniteElement_multiIndex |
MultiIndex for entities for NumeredEntFiniteElement. | |
typedef multi_index_container< boost::shared_ptr< FiniteElement >, indexed_by< hashed_unique< tag< FiniteElement_Meshset_mi_tag >, member< FiniteElement, EntityHandle, &FiniteElement::meshset > >, hashed_unique< tag< BitFEId_mi_tag >, const_mem_fun< FiniteElement, BitFEId, &FiniteElement::getId >, HashBit< BitFEId >, EqBit< BitFEId > >, ordered_unique< tag< FiniteElement_name_mi_tag >, const_mem_fun< FiniteElement, boost::string_ref, &FiniteElement::getNameRef > > > > | FiniteElement_multiIndex |
MultiIndex for entities for FiniteElement. | |
Multi-index contains, data structures for mofem finite elements and other low-level functions.
Definition in file FEMultiIndices.hpp.