> Is there a reason then that there are several examples using 
> integration_loop(), but (afaik) only one using mesh_loop?

Yes. mesh_loop is more recent w.r.t. integration_loop.

mesh_loop was introduced to address some of the oddities that are in 
integration_loop, that make its use somewhat less intuitive w.r.t. 
WorkStream::run, and was originally thought as the “kernel” of integration_loop.

The original idea was to replace the internals of integration_loop with 
mesh_loop, but this stage of the project is not yet completed (for lack of time 
of the original developers of mesh_loop… cough cough… :) …).

The examples in 

https://github.com/dealii/dealii/pull/7806

show you a few more ways to use mesh_loop, for DG methods, or using Automatic 
Differentiation.

Hopefully there will be more examples soon on using mesh_loop.

L.


-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to