|
My Project
|
Provides an STL-iterator like interface to iterate over the enties of a GridView in OpenMP threaded applications. More...
#include <threadedentityiterator.hh>
Public Member Functions | |
| ThreadedEntityIterator (const GridView &gridView) | |
| ThreadedEntityIterator (const ThreadedEntityIterator &other)=default | |
| EntityIterator | beginParallel () |
| bool | isFinished (const EntityIterator &it) const |
| void | setFinished () |
| EntityIterator | increment () |
Provides an STL-iterator like interface to iterate over the enties of a GridView in OpenMP threaded applications.
ATTENTION: This class must be instantiated in a sequential context!