DUNE-FEM (2.10)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dune::Fem::ThreadIterator< GridPart, ptype > Class Template Reference
Thread iterators. More...
#include <dune/fem/misc/threads/threaditerator.hh>
Public Member Functions | |
ThreadIterator (const GridPartType &gridPart, const ParameterReader ¶meter=Parameter::container()) | |
contructor creating thread iterators | |
const FilterType & | filter (const unsigned int thread) const |
return filter for given thread | |
void | update () |
update internal list of iterators | |
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 | |
void | setMasterRatio (const double ratio) |
set ratio between master thread and other threads in comp time | |
Detailed Description
template<class GridPart, PartitionIteratorType ptype = InteriorBorder_Partition>
class Dune::Fem::ThreadIterator< GridPart, ptype >
class Dune::Fem::ThreadIterator< GridPart, ptype >
Thread iterators.
The documentation for this class was generated from the following file:
- dune/fem/misc/threads/threaditerator.hh
