Dear all, I have been going through a number of dealii tutorial programs and currently I am working on step-9 (the linear advection problem, assembling A U = F using multi-threading, ...).
I have a basic idea of the WorkStream concept for multi-threading. However, I am struggling to make sense of the 4th argument to the function WorkStream::run, i.e, std::function<void(const EstimateCopyData &)>() My understanding is that this is a function from the standard C++ library with a template parameter and no input arguments. How is the template parameter interpreted here? I am not much of a C++ programer. I look forward to hearing from you soon. Thanks in advance. Regards, Gerald. -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/dealii/6030b88e-ec6e-4429-871a-5fb05b411f10n%40googlegroups.com.
