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:
-
cd $HOME/fenicsproject/dg_advection_diffusion
-
fenicsproject run
-
python3 dg_advection_diffusion.py
-
exit
Licensing:
The GNU LGPL license.
Related Data and Programs:
Reference:
Source Code:
Last revised on 13 January 2019.