Thank you Wolfgang, I just realized the new version of step 12. I was working with the older one, which made it complicated, especially on the inner faces.
Regards, Juan On Tue, Aug 18, 2020 at 7:28 AM Wolfgang Bangerth <[email protected]> wrote: > On 8/17/20 6:02 AM, [email protected] wrote: > > > > I would like to open again the topic with another question. Is there any > way > > to use the Meshworker to solve the DG formulation but using block matrix > and > > vectors? I couldn't find a proper way to do it with the Meshworker > because I > > have to choose the component of the shape function when I am using the > blocks > > matrix. > > Ignore MeshWorker and instead build on the underlying > MeshWorker::mesh_loop() > functions. This is what the current versions of step-12 and step-47 do, > for > example. They don't care what matrix and vector type you use. > > Best > W. > > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > www: http://www.math.colostate.edu/~bangerth/ > > -- > 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 on the web visit > https://groups.google.com/d/msgid/dealii/0ca0575b-41d2-cc78-66a5-052a15aa77c9%40colostate.edu > . > -- 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 on the web visit https://groups.google.com/d/msgid/dealii/CAEzTcfYEEVu1po_ZT8CyeWZBqr68sT8dXeUBOj1EugTwRw%3Dacw%40mail.gmail.com.
