biharmonic_fd2d, a Fortran77 code which solves a version of the biharmonic equation in two dimensions, by Petter Bjorstad.
The equation has the form:
u + 2*u + u + alpha*(u +u ) + beta*u = f(x,y) xxxx xxyy yyyy xx yy
I could not get this code to run properly on a simple test case! JVB, 31 May 2021.
The information on this web page is distributed under the MIT license.
biharmonic_fd2d is available in a Fortran77 version and a MATLAB version and an Octave version.
Petter Bjorstad