Dear Daniel Thanks for your answer, the 7.1.0 version of step-12 seems also using the MeshWorker, i find the 6.2.1 version of step-12 without using MeshWorker: https://www.dealii.org/6.2.1/doxygen/deal.II/step_12.html
I want to repeat the numerical example of the references, which is a stokes-darcy problem in different parts of the domain. The stokes equation may takes DG basis functions. Actually, I also want to use the MeshWorker, what worried me is that I can't control MeshWorker by myself, it something likes I know the MeshWorker can do lots of thing, but I don't know how to use MeshWorker. I am just beginning to use deal.ii, and deal.ii seems a little complex to me. So I want to find some examples of MeshWorker. And I am wondering if it is there any more advices? Best, Yongchao. 在 2016年8月28日星期日 UTC+8上午3:13:03,Daniel Arndt写道: > > An old version of step-12[1] has an implementation that doesn't use > MeshWorker. > In my opinion, it is covenient to use MeshWorker if you can when you want > to consider discontinuous ansatz spaces due to the > different cases that can occur for face contributions. If you want or need > to use more than one DoFHandler, this more or less the only case when you > can't use MeshWorker directly. You might however, be able to combine > different equations in a single DoFHandler. > What exactly is it that you want to do? > > Best, > Daniel > > [1] https://www.dealii.org/7.1.0/doxygen/deal.II/step_12.html > > Am Freitag, 26. August 2016 02:52:44 UTC+2 schrieb [email protected]: >> >> Hi, >> I'm reading the step-12, and i get confused that where and how should I >> use the MeshWorker class? >> The MeshWorker class seems just using in the DG examples. >> >> But I do not think it is a good idea to use MeshWorker in my problems, >> the problems, I will treat, maybe a little complicated, it combines >> DG and couples different kinds of equations in different parts of the >> domain. If I don't want to use the MeshWorker, how should I do to implement >> DG? >> >> Are there any examples using DG without MeshWorker? >> >> >> -- 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.
