neumann
FENICS with homogenous Neumann boundary conditions


neumann, a FENICS code which uses the finite element method to solve a two dimensional boundary value problem in which homogeneous Neumann boundary conditions are imposed, based on a program by Doug Arnold.

Note that I have installed FENICS using Docker, and so to run this script I issue the commands:

  1. cd $HOME/fenicsproject/neumann
  2. fenicsproject run
  3. python3 neumann.py
  4. exit

Licensing:

The GNU LGPL license.

Reference:

  1. Doug Arnold,
    Introduction to Fenics

Source Code:


Last revised on 07 November 2018.