Similar question: How are the different loop-functions differentiated, i.e. MeshWorker::integration_loop and MeshWorker::mesh_loop? Both are able to loop over faces, boundaries and cells, but what are the differences here? Thanks!
Am Dienstag, 22. Januar 2019 16:56:28 UTC+1 schrieb Bruno Turcksin: > > Le mar. 22 janv. 2019 à 10:48, 'Maxi Miller' via deal.II User Group > <[email protected] <javascript:>> a écrit : > > I. e. if I would like to calculate f. ex. the L2-norm of a vector (while > neglecting that there already is a function for that), I can use WorkStream > for parallelization of that, but not MeshWorker, is that correct? > That's right. You can use WorkStream using the iterators for the > vector but MeshWorker won't work because it expects cell iterators. > > Best, > > Bruno > -- 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]. For more options, visit https://groups.google.com/d/optout.
