Reference documentation for deal.II version 9.3.3
|
Public Member Functions | |
FunctorTemplate (ReadWriteVector< Number > &parent, const Functor &functor) | |
virtual void | operator() (const size_type begin, const size_type end) |
Private Attributes | |
ReadWriteVector & | parent |
const Functor & | functor |
This class provides a wrapper around a Functor which acts on single elements of the vector. This is necessary to use tbb::parallel_for which requires a TBBForFunctor.
Definition at line 759 of file read_write_vector.h.