heat_explicit
Time Dependent Heat Equation on Rectangle with Hole
heat_explicit,
a FENICS code which
uses the finite element method to solve a version of the time dependent
heat equation over a rectangular region with a circular hole.
The time steps are handled using an explicit method.
Note that I have installed FENICS using Docker, and so to run this
script I issue the commands:
-
cd $HOME/fenicsproject/heat_explicit
-
fenicsproject run
-
python3 heat_explicit.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 23 October 2018.