poisson_mixed
poisson_mixed,
a FENICS code which
uses the a mixed method for the Poisson equation.
The equation has the form
?
with boundary conditions
?
Note that I have installed FENICS using Docker, and so to run this
script I issue the commands:
-
cd $HOME/fenicsproject/poisson_mixed
-
fenicsproject run
-
python3 poisson_mixed.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 11 January 2019.