burgers_steady_viscous
FENICS Solution of the Steady Burgers Equation
burgers_steady_viscous,
a FENICS code which
uses the finite element method to solve a version of the steady
viscous Burgers equation over the interval [-1,+1].
Note that I have installed FENICS using Docker, and so to run this
script I issue the commands:
-
cd $HOME/fenicsproject/burgers_steady_viscous
-
fenicsproject run
-
python3 burgers_steady_viscous.py
-
exit
Licensing:
The GNU LGPL license.
Reference:
-
Hans Petter Langtangen, Anders Logg,
Solving PDEs in Python - The FEniCS Tutorial Volume 1.
Source Code:
Last revised on 20 October 2018.