poisson
FENICS Solution of Poisson Equation
poisson,
a FENICS code which
uses the finite element method to solve a version of the Poisson
equation over the unit square,
adapted from the FENICS tutorial by Langtangen and Logg.
Note that I have installed FENICS using Docker, and so to run this
script I issue the commands:
-
cd $HOME/fenicsproject/poisson
-
fenicsproject run
-
python3 poisson.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 18 October 2018.