Draft: Global assembler based on TBB
This is just an experiment to use TBB for the parallel assembling. I was not yet able to implement an executor style for tbb, but instead have reimplemented the global assembler. Maybe this can be used to think about an abstraction of executors that work with both, std::thread
and tbb.