dune-grid  2.5-git
Public Types | Public Member Functions | List of all members
Dune::YLoadBalance< d > Class Template Referenceabstract

a base class for the yaspgrid partitioning strategy The name might be irritating. It will probably change to YaspPartitionerBase in a 3.0 release. More...

#include <dune/grid/yaspgrid/partitioning.hh>

Inheritance diagram for Dune::YLoadBalance< d >:
Inheritance graph

Public Types

typedef std::array< int, d > iTupel
 

Public Member Functions

virtual ~YLoadBalance ()
 
virtual void loadbalance (const iTupel &, int, iTupel &) const =0
 

Detailed Description

template<int d>
class Dune::YLoadBalance< d >

a base class for the yaspgrid partitioning strategy The name might be irritating. It will probably change to YaspPartitionerBase in a 3.0 release.

Member Typedef Documentation

§ iTupel

template<int d>
typedef std::array<int, d> Dune::YLoadBalance< d >::iTupel

Constructor & Destructor Documentation

§ ~YLoadBalance()

template<int d>
virtual Dune::YLoadBalance< d >::~YLoadBalance ( )
inlinevirtual

Member Function Documentation

§ loadbalance()

template<int d>
virtual void Dune::YLoadBalance< d >::loadbalance ( const iTupel ,
int  ,
iTupel  
) const
pure virtual

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