dg_advection_diffusion


dg_advection_diffusion, a FENICS code which uses the Discontinuous Galerkin (DG) method to solve an advection-diffusion problem.

Note that I have installed FENICS using Docker, and so to run this script I issue the commands:

  1. cd $HOME/fenicsproject/dg_advection_diffusion
  2. fenicsproject run
  3. python3 dg_advection_diffusion.py
  4. exit

Licensing:

The GNU LGPL license.

Related Data and Programs:

Reference:

Source Code:


Last revised on 13 January 2019.