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

Encapsulation of an array of pointers to AHMED's blcluster objects. More...

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

Public Member Functions

 AhmedLeafClusterArray (blcluster *clusterTree)
 
size_t size () const
 
blcluster *& operator[] (size_t n)
 
const blcluster * operator[] (size_t n) const
 
void sortAccordingToClusterSize ()
 Sort cluster list, putting biggest clusters first.
 
void startWithClusterOfIndex (size_t index)
 

Private Attributes

boost::scoped_array< blcluster * > m_leafClusters
 
size_t m_size
 

Detailed Description

Encapsulation of an array of pointers to AHMED's blcluster objects.


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