Hello! I'm trying to solve the simplest linear advection equation: partial(u) / partial(t) + partial(u) / partial(x) = 0, using the Discontinuous Galerkin Method. I've just begun using dealii, browsed a few initial tutorial programs (steps 1 - 7, 12). Is there already an implementation written? I might probably be rewriting an existing code then.
-- Thank You, Apurva Tiwari -- 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.
