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

Cache of ComponentLists objects. More...

#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/assembly/component_lists_cache.hpp>

Public Member Functions

 ComponentListsCache (const std::vector< unsigned int > &p2o, int componentCount)
 
shared_ptr< const ComponentListsget (int start, int indexCount)
 Return the LocalDofLists object describing the DOFs corresponding to AHMED matrix indices [start, start + indexCount).
 

Private Member Functions

void findComponents (int start, int indexCount, std::vector< int > &pointIndices, std::vector< std::vector< int > > &componentIndices, std::vector< std::vector< int > > &arrayIndices) const
 
void findComponents (int index, std::vector< int > &pointIndices, std::vector< std::vector< int > > &componentIndices, std::vector< std::vector< int > > &arrayIndices) const
 

Detailed Description

Cache of ComponentLists objects.


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