BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
Bempp::ReverseElementMapper Class Reference

Mapping from codim-0 entity indices to entity pointers. More...

#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/grid/reverse_element_mapper.hpp>

Public Member Functions

const EntityPointer< 0 > & entityPointer (EntityIndex entityIndex) const
 Return an entity pointer referring to the codim-0 entity having the given index.
 

Private Member Functions

 ReverseElementMapper (const GridView &view)
 
void update ()
 

Private Attributes

const GridViewm_view
 
boost::ptr_vector
< boost::nullable
< EntityPointer< 0 > > > 
m_cache
 

Friends

template<typename DuneGridView >
class ConcreteGridView
 

Detailed Description

Mapping from codim-0 entity indices to entity pointers.


The documentation for this class was generated from the following files: