dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::LoadBalanceLeafData< DiscreteFunction > Class Template Reference

check for sets of entities for the load balance procedure More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/common/commoperations.hh>

Public Types

typedef DiscreteFunction DiscreteFunctionType
 
typedef DiscreteFunctionType::DiscreteFunctionSpaceType::IteratorType::Entity Entity
 

Public Member Functions

 LoadBalanceLeafData (const DiscreteFunctionType &df)
 
bool contains (const Entity &entity) const
 return true if the data of this entity should be transfered during load balance More...
 

Detailed Description

template<class DiscreteFunction>
class Dune::Fem::LoadBalanceLeafData< DiscreteFunction >

check for sets of entities for the load balance procedure

Member Typedef Documentation

template<class DiscreteFunction >
typedef DiscreteFunction Dune::Fem::LoadBalanceLeafData< DiscreteFunction >::DiscreteFunctionType
template<class DiscreteFunction >
typedef DiscreteFunctionType :: DiscreteFunctionSpaceType :: IteratorType :: Entity Dune::Fem::LoadBalanceLeafData< DiscreteFunction >::Entity

Constructor & Destructor Documentation

template<class DiscreteFunction >
Dune::Fem::LoadBalanceLeafData< DiscreteFunction >::LoadBalanceLeafData ( const DiscreteFunctionType df)
inlineexplicit

Member Function Documentation

template<class DiscreteFunction >
bool Dune::Fem::LoadBalanceLeafData< DiscreteFunction >::contains ( const Entity entity) const
inline

return true if the data of this entity should be transfered during load balance


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