Skip to content
Snippets Groups Projects
Commit ab1a339d authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[operators.interfaces] add note

parent 3f8918c4
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@ namespace Dune {
namespace GDT {
/**
* \note The methods apply() and apply2() do not support threaded assembly atm, else we would have to add a use_tbb
* switch (to a lot of methods). Either this gets merged with the new Parameter or we need a different paradigm.
*/
template <class Traits>
class OperatorInterface : public Stuff::CRTPInterface<OperatorInterface<Traits>, Traits>
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment