This code is designed to numerically solve the steady-state advection equation using the discontinuous Galerkin (DG) method.
Note: This is refactored code from the step-30 in the deal.ii tutorial. The capabilities of anisotropic mesh refinement has been removed to more clearly show how to implement DG methods using the deal.ii library.