On 3/3/19 10:34 PM, Apurva Tiwari wrote:
> 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?

Yes, multiple. Take a look at the tutorial programs by topic
   https://dealii.org/developer/doxygen/deal.II/Tutorial.html#topic
and also at the code gallery:
   https://dealii.org/developer/doxygen/deal.II/CodeGallery.html

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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to