v0.14.0
Classes | Namespaces | Typedefs
RefElementMultiIndices.hpp File Reference

Multi-index contains, data structures for mofem finite elements and other low-level functions. More...

Go to the source code of this file.

Classes

struct  MoFEM::RefElement
 keeps data about abstract refined finite element More...
 
struct  MoFEM::RefElement_MESHSET
 keeps data about abstract MESHSET finite element More...
 
struct  MoFEM::RefElement_PRISM
 keeps data about abstract PRISM finite element More...
 
struct  MoFEM::RefElementVolume
 keeps data about abstract TET finite element More...
 
struct  MoFEM::RefElementFace
 keeps data about abstract TRI finite element More...
 
struct  MoFEM::RefElement_EDGE
 keeps data about abstract EDGE finite element More...
 
struct  MoFEM::RefElement_VERTEX
 keeps data about abstract VERTEX finite element More...
 
struct  MoFEM::interface_RefElement< T >
 intrface to RefElement More...
 

Namespaces

 MoFEM
 implementation of Data Operators for Forces and Sources
 

Typedefs

typedef multi_index_container< boost::shared_ptr< RefElement >, indexed_by< ordered_unique< tag< Ent_mi_tag >, const_mem_fun< RefElement::interface_type_RefEntity, EntityHandle, &RefElement::getEnt > > > > MoFEM::RefElement_multiIndex
 

Detailed Description

Multi-index contains, data structures for mofem finite elements and other low-level functions.

Definition in file RefElementMultiIndices.hpp.