DUNE-FEM (2.10)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dune::Fem::DomainDecomposedIteratorStorage< GridPart > Class Template Reference
Storage of thread iterators using domain decomposition. More...
#include <dune/fem/misc/threads/domainthreaditerator.hh>
Public Member Functions | |
const FilterType & | filter (const int thread) const |
return filter for given thread | |
void | update () |
update internal list of iterators | |
void | setMasterRatio (const double ratio) |
set ratio between master thread and other threads in comp time | |
IteratorType | begin () const |
return begin iterator for current thread | |
IteratorType | end () const |
return end iterator for current thread | |
int | index (const EntityType &entity) const |
return thread number this entity belongs to | |
int | thread (const EntityType &entity) const |
return thread number this entity belongs to | |
Detailed Description
template<class GridPart>
class Dune::Fem::DomainDecomposedIteratorStorage< GridPart >
class Dune::Fem::DomainDecomposedIteratorStorage< GridPart >
Storage of thread iterators using domain decomposition.
The documentation for this class was generated from the following file:
- dune/fem/misc/threads/domainthreaditerator.hh
