FEM_NEUMANN, a MATLAB program which sets up a time-dependent reaction-diffusion equation in 1D, with Neumann boundary conditions, discretized using the finite element method, by Eugene Cliff.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
FEM_NEUMANN is available in a MATLAB version.
FEM1D, a MATLAB program which applies the finite element method to a 1D linear two point boundary value problem.
FEM1D_ADAPTIVE, a MATLAB program which applies the finite element method to a 1D linear two point boundary value problem using adaptive refinement to improve the solution.
FEM1D_BVP_LINEAR, a MATLAB program which applies the finite element method, with piecewise linear elements, to a two point boundary value problem in one spatial dimension.
FEM1D_NONLINEAR, a MATLAB program which applies the finite element method to a 1D nonlinear two point boundary value problem.
FEM1D_PACK, a MATLAB library which contains utilities for 1D finite element calculations.
FEM1D_PMETHOD, a MATLAB program which applies the p-method version of the finite element method to a 1D linear two point boundary value problem.
Eugene Cliff